/gist:6152f20c4d899a3ee879 Secret
Created
April 2, 2015 16:29
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jruby-head :001 > require 'active_support/all' | |
=> true | |
jruby-head :002 > 40.days | |
TypeError: ActiveSupport::Duration can't be coerced into Fixnum | |
from org/jruby/RubyFixnum.java:499:in `*' | |
from /usr/local/rvm/gems/jruby-head/gems/activesupport-4.2.1/lib/active_support/core_ext/numeric/time.rb:50:in `days' | |
from (irb):2:in `<eval>' | |
from org/jruby/RubyKernel.java:1005:in `eval' | |
from org/jruby/RubyKernel.java:1315:in `loop' | |
from org/jruby/RubyKernel.java:1125:in `catch' | |
from org/jruby/RubyKernel.java:1125:in `catch' | |
from bin/irb:13:in `<top>' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment