public
Fork of jschementi/ironruby-stats
Description: Statistics for IronRuby
Homepage: http://ironruby.info
Clone URL: git://github.com/jredville/ironruby-stats.git
ironruby-stats / dbg.rb
100644 7 lines (5 sloc) 0.064 kb
1
2
3
4
5
6
7
def dbg
  require 'ruby-debug'
  Debugger.start
  debugger
end