method

last?

last?()
private

No documentation available.

# File lib/bundler/vendor/thor/lib/thor/parser/arguments.rb, line 64
    def last?
      @pile.empty?
    end