Libraries
»
climate
(0.1.0)
»
Index
»
Climate
»
ParsingMethods
»
#opt
Method: Climate::ParsingMethods#opt
Defined in:
lib/climate/parser.rb
#
opt
(*args) ⇒
Object
12 13 14
# File 'lib/climate/parser.rb', line 12
def
opt
(
*
args
)
cli_options
<<
Option
.
new
(
*
args
)
end