lib/gator/command.rb in gator-0.0.20.pre vs lib/gator/command.rb in gator-0.0.21.pre

- old
+ new

@@ -22,9 +22,13 @@ def parent self.class.parent end + def definition + self.class.definition + end + def get_subcommand(*args) nil end def resolve_subcommand(command,fallback=nil) \ No newline at end of file