AlkantarClanX12

Your IP : 18.116.40.151


Current Path : /proc/self/root/opt/alt/ruby33/share/ruby/reline/key_actor/
Upload File :
Current File : //proc/self/root/opt/alt/ruby33/share/ruby/reline/key_actor/base.rb

class Reline::KeyActor::Base
  MAPPING = Array.new(256)

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

  def initialize
    @default_key_bindings = {}
  end

  def default_key_bindings
    @default_key_bindings
  end
end