Module: Kernel

Defined in:
lib/ruby_jard.rb

Overview

Monkey-patch Kernel module to allow putting jard command anywhere.

Instance Method Summary collapse

Instance Method Details

#jardObject Also known as: debugger



112
113
114
# File 'lib/ruby_jard.rb', line 112

def jard
  RubyJard::Session.attach
end