Method: Canis::App#get_binding
- Defined in:
- lib/canis/core/util/app.rb
#get_binding ⇒ Object
used only by LiveConsole, if enables in an app, usually only during testing.
219 220 221 |
# File 'lib/canis/core/util/app.rb', line 219 def get_binding return binding() end |