class Object

def examine(binding = TOPLEVEL_BINDING)

def examine(binding = TOPLEVEL_BINDING)
  IRB.examine(binding)
end