class Thor::Task

def namespace(remove_default = true)

def namespace(remove_default = true)
  Thor::Util.constant_to_thor_path(klass, remove_default)
end