Clamp::Subcommand::Parsing

Protected Instance Methods

parse_subcommand() click to toggle source
# File lib/clamp/subcommand/parsing.rb, line 10
def parse_subcommand
  return false unless self.class.has_subcommands?
  self.extend(Subcommand::Execution)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.