# File lib/termtter/client.rb, line 194 def command_exists?(text) @commands.values.any? {|command| command.match?(text) } end