Method: Coolline#bind

Defined in:
lib/chitin/core_ext/coolline.rb

#bind(key, &action) ⇒ Object



4
5
6
# File 'lib/chitin/core_ext/coolline.rb', line 4

def bind(key, &action)
  @handlers.unshift Handler.new(key, &action)
end