# File lib/pry/commands/help.rb, line 18 def visible_commands visible = {} commands.each do |key, command| visible[key] = command if command.description && !command.description.empty? end visible end