Method: Thor::Command#options

Defined in:
lib/thor/command.rb

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



5
6
7
# File 'lib/thor/command.rb', line 5

def options
  @options
end