Class: GroupPlugin

Inherits:
Thor::Group 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

#part_oneObject



33
34
35
# File 'lib/vendor/thor/spec/register_spec.rb', line 33

def part_one
  puts "part one"
end

#part_twoObject



38
39
40
# File 'lib/vendor/thor/spec/register_spec.rb', line 38

def part_two
  puts "part two"
end