96 97 98 99 100
# File 'lib/yap/world.rb', line 96 def bind(key, &blk) @editor.bind(key) do blk.call self end end