JRuby is a high performance, stable, fully threaded Java implementation of the Ruby programming language.
Link: jruby.org
The Ruby Programming Language on the JVM Download the latest release - 1.7.4 tar zip exe exe(x64) exe+jre exe+jre(x64)
Alex Tambellini, Andrew Kiellor, Andy Lindeman, Anoop Sankar, Benoit Daloze, Bohuslav Kabrda, Charles Oliver Nutter, Daniel Noll, Dario Bertini, Gino Lucero, Hiro Asari, Iain Barnett, Isaiah Peng, Jake Goulding, James Pickering, Jeff Simpson, John Shahid, Jonathan Adams, Jose Donizett...
JRuby in Google Summer of Code 2013 Tuesday, April 16 2013 We’re pleased to announce that JRuby has been accepted as a mentoring organization for Google Summer of Code 2013 ! JRuby participated in last year’s Google Summer of Code with eight excellent students. Projects ranged from se...
class REXML::Document @@entity_expansion_text_limit = 10_240 def self.entity_expansion_text_limit=( val ) @@entity_expansion_text_limit = val end def self.entity_expansion_text_limit @@entity_expansion_text_limit end end class REXML::Text def self.unnormalize(string, doctype=nil, filt...
class REXML::Document @@entity_expansion_text_limit = 10_240 def self.entity_expansion_text_limit=( val ) @@entity_expansion_text_limit = val end def self.entity_expansion_text_limit @@entity_expansion_text_limit end end class REXML::Text def self.unnormalize(string, doctype=nil, filt...
Browse JRuby API Javadocs online We greatly appreciate patches and pull requests for documentation updates. Please visit the Contribute page for more information on sending JRuby source patches. Recent Articles The Pleasures of JRuby: Leap Motion Hacking and JRuby Deploying with JRuby...
The JRuby community is pleased to announce the release of JRuby 1.7.2 Homepage: http://www.jruby.org/ Download: http://www.jruby.org/download JRuby 1.7.2 is our second update release since JRuby 1.7.0. The primary goal of 1.7 point releases is to fill out any missing compatibility iss...
BinaryOperatorNode Convenience interface for operations which only have two nodes BlockAcceptingNode Any thing which implements this represents a Callable-like node which can have a block associated with it as part of that call. IArgumentNode Does the node contain an argument list? In...