lib/thor/parser/arguments.rb in thor-0.13.3 vs lib/thor/parser/arguments.rb in thor-0.13.4

- old
+ new

@@ -49,9 +49,13 @@ @assigns end private + def last? + @pile.empty? + end + def peek @pile.first end def shift