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.
218 219 220 |
# File 'lib/canis/core/util/app.rb', line 218 def get_binding return binding() end |