module Kernel

Public Instance Methods

main() click to toggle source

@return [Binding] the top level binding

# File lib/sr/core_patches.rb, line 38
def main
  TOPLEVEL_BINDING
end