lib/gitlab/help.rb in gitlab-4.6.0 vs lib/gitlab/help.rb in gitlab-4.6.1

- old
+ new

@@ -72,10 +72,10 @@ end # Returns full namespace of a command (e.g. Gitlab::Client::Branches.cmd) def namespace(cmd) method_owners.select { |method| method[:name] == cmd } - .map { |method| 'Gitlab::Client::' + method[:owner] + '.' + method[:name] } + .map { |method| method[:owner] + '.' + method[:name] } .shift end # Massage output from 'ri'. def change_help_output!(cmd, output_str)