Class: Reline::KeyActor::Base
Relationships & Source Files | |
Extension / Inclusion / Inheritance Descendants | |
Subclasses:
|
|
Inherits: | Object |
Defined in: | lib/reline/key_actor/base.rb |
Constant Summary
-
MAPPING =
# File 'lib/reline/key_actor/base.rb', line 2Array.new(256)
Instance Method Summary
Instance Method Details
#get_method(key)
[ GitHub ]# File 'lib/reline/key_actor/base.rb', line 4
def get_method(key) self.class::MAPPING[key] end