Module: Kernel
- Defined in:
- lib/lobby.rb
Instance Method Summary collapse
-
#lobby ⇒ Object
This method returns the global “root object,” also known as “main.”.
Instance Method Details
#lobby ⇒ Object
This method returns the global “root object,” also known as “main.”
26 27 28 |
# File 'lib/lobby.rb', line 26 def lobby ::Kernel.eval('self', ::TOPLEVEL_BINDING) end |