Methods

Clamp::Subcommand::Execution

Public Instance Methods

execute() click to toggle source

override default Command behaviour

# File lib/clamp/subcommand/execution.rb, line 8
def execute
  # delegate to subcommand
  subcommand = instatiate_subcommand(subcommand_name)
  subcommand.run(subcommand_arguments)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.