module TOPLEVEL_BINDING
Public Class Methods
to_s()
click to toggle source
@note this method exists entirely for aesthetic purposes (when the default
input prompt calls `@context.receiver` to get a name for the current binding/context)
@return [String] a simple inspection string
# File lib/sr/core_patches.rb, line 48 def to_s 'main' end