# File lib/termtter/client.rb, line 77 def get_hooks(point) # TODO: sort by alphabet @hooks.values.select do |hook| hook.match?(point) end end