Class: Reline::KeyActor::Base
- Inherits:
-
Object
- Object
- Reline::KeyActor::Base
- Defined in:
- lib/reline/key_actor/base.rb
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 |