module IRB::InputCompletor

def eval_global_variables

def eval_global_variables
  ::Kernel.instance_method(:global_variables).bind(eval("self")).call
end