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