In Files

  • reline/key_actor/base.rb

Parent

Methods

Reline::KeyActor::Base

Constants

MAPPING

Public Instance Methods

get_method(key) click to toggle source
 
               # File reline/key_actor/base.rb, line 4
def get_method(key)
  self.class::MAPPING[key]
end