This is the ruby engine if the RUBY_ENGINE constant is not defined
# File lib/launchy/detect/ruby_engine.rb, line 56 56: def self.engine_name() "ruby"; end
# File lib/launchy/detect/ruby_engine.rb, line 57 57: def self.is_current_engine?( ruby_engine ) 58: if ruby_engine then 59: super( ruby_engine ) 60: else 61: return true if not Launchy.ruby_engine and not defined?( RUBY_ENGINE ) 62: end 63: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.