Module: Kernel

Defined in:
lib/sr/core_patches.rb

Instance Method Summary collapse

Instance Method Details

#mainBinding

Returns the top level binding.

Returns:

  • (Binding)

    the top level binding



38
39
40
# File 'lib/sr/core_patches.rb', line 38

def main
  TOPLEVEL_BINDING
end