Class: Argy::Argument
Overview
An positional argument to be parsed from the command line
Instance Method Summary collapse
-
#label ⇒ String
The display label for the argument.
Constructor Details
This class inherits a constructor from Argy::Parameter
Instance Method Details
#label ⇒ String
The display label for the argument
8 9 10 |
# File 'lib/argy/argument.rb', line 8 def label name.to_s.upcase end |