aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/vendor/thor/parser/arguments.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bundler/vendor/thor/parser/arguments.rb')
-rw-r--r--lib/bundler/vendor/thor/parser/arguments.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/bundler/vendor/thor/parser/arguments.rb b/lib/bundler/vendor/thor/parser/arguments.rb
index 888ef692..12db2b23 100644
--- a/lib/bundler/vendor/thor/parser/arguments.rb
+++ b/lib/bundler/vendor/thor/parser/arguments.rb
@@ -49,6 +49,10 @@ class Thor
@assigns
end
+ def remaining
+ @pile
+ end
+
private
def no_or_skip?(arg)