Class: Slop::SymbolOption

Inherits:
Option
  • Object
show all
Defined in:
lib/cli_helper.rb

Instance Method Summary collapse

Instance Method Details

#call(value) ⇒ Object



35
36
37
# File 'lib/cli_helper.rb', line 35

def call(value)
  value.to_sym
end