Created
March 24, 2015 01:12
-
-
Save mbj/d3051b240287afb2fa4c to your computer and use it in GitHub Desktop.
The joy of mathn.
This file contains hidden or 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
% bundle exec rails c | |
[1] pry(main)> Rational(1,1) | |
=> 1 | |
% irb -r rational | |
irb(main):001:0> Rational(1,1) | |
=> (1/1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Its not rails. Its
mathn
.