module IRB::InputCompletor

def eval_methods

def eval_methods
  ::Kernel.instance_method(:methods).bind(eval("self")).call
end