Method: CLI::Values#get

Defined in:
lib/cli.rb

#get(argument) ⇒ Object



110
111
112
# File 'lib/cli.rb', line 110

def get(argument)
  send(argument.name.to_s)
end