Module: Kernel
- Defined in:
- lib/ruby_jard.rb
Overview
Monkey-patch Kernel module to allow putting jard command anywhere.
Instance Method Summary collapse
- #jard ⇒ Object (also: #debugger)
Instance Method Details
#jard ⇒ Object Also known as: debugger
112 113 114 |
# File 'lib/ruby_jard.rb', line 112 def jard RubyJard::Session.attach end |