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