class Thor::Group

def create_command(meth) #:nodoc:

:nodoc:
def create_command(meth) #:nodoc:
  commands[meth.to_s] = Thor::Command.new(meth, nil, nil, nil, nil)
  true
end