Class: Reline::KeyActor::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/reline/key_actor/base.rb

Direct Known Subclasses

Emacs, ViCommand, ViInsert

Constant Summary collapse

MAPPING =
Array.new(256)

Instance Method Summary collapse

Instance Method Details

#get_method(key) ⇒ Object



4
5
6
# File 'lib/reline/key_actor/base.rb', line 4

def get_method(key)
  self.class::MAPPING[key]
end