module IRB::InputCompletor

def eval_private_methods

def eval_private_methods
  ::Kernel.instance_method(:private_methods).bind(eval("self")).call
end