Method: Hoe::Debugging#hoe_debugging_ruby
- Defined in:
- lib/hoe/debugging.rb
#hoe_debugging_ruby ⇒ Object
44 45 46 47 |
# File 'lib/hoe/debugging.rb', line 44 def hoe_debugging_ruby # http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/151376 @ruby ||= File.join(RbConfig::CONFIG["bindir"], (RbConfig::CONFIG["RUBY_INSTALL_NAME"] + RbConfig::CONFIG["EXEEXT"])) end |