Hacked By AnonymousFox

Current Path : /opt/alt/ruby33/share/ruby/reline/key_actor/
Upload File :
Current File : //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

Hacked By AnonymousFox1.0, Coded By AnonymousFox