Clamp::Subcommand::Definition
# File lib/hammer_cli/subcommand.rb, line 8 def initialize(names, description, subcommand_class_name, path) @names = Array(names) @description = description @subcommand_class_name = subcommand_class_name @path = path @loaded = false end
Generated with the Darkfish Rdoc Generator 2.