Class: CompatibleWith19Plugin

Inherits:
ClassOptionGroupPlugin show all
Defined in:
lib/vendor/thor/spec/register_spec.rb

Instance Attribute Summary

Attributes included from Thor::Base

#args, #options, #parent_options

Instance Method Summary collapse

Methods inherited from Thor::Group

class_options_help, desc, get_options_from_invocations, handle_argument_error, help, invocation_blocks, invocations, invoke, invoke_from_option, printable_commands, remove_invocation

Methods included from Thor::Base

included, #initialize, register_klass_file, shell, shell=, subclass_files, subclasses

Instance Method Details

#animalObject



52
53
54
# File 'lib/vendor/thor/spec/register_spec.rb', line 52

def animal
  p options[:who]
end