Skip to content

Instantly share code, notes, and snippets.

@kaiwren
Created March 23, 2011 00:39
Show Gist options
  • Save kaiwren/882410 to your computer and use it in GitHub Desktop.
Save kaiwren/882410 to your computer and use it in GitHub Desktop.
This issue has the build breaking on rspec-core on Jruby 1.6.0
# From https://github.com/rspec/rspec-core/issues/195
# and patched (unsuccessfully on JRuby) in https://github.com/rspec/rspec-core/issues/295
String.send :alias_method, :to_int, :to_i
puts File.readlines(__FILE__).empty? # is false on 1.8 and 1.9, true on JRuby 1.6.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment