Class: TOPLEVEL_BINDING
Class Method Summary collapse
-
.to_s ⇒ String
A simple inspection string.
Class Method Details
.to_s ⇒ String
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)
Returns a simple inspection string.
48 49 50 |
# File 'lib/sr/core_patches.rb', line 48 def to_s 'main' end |