# File lib/pry/commands/help.rb, line 78 def sorted_commands(commands) commands.sort_by{ |command| command.options[:listing].to_s } end