Created
May 19, 2010 15:25
-
-
Save jabley/406419 to your computer and use it in GitHub Desktop.
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
clojure:~ jabley$ rvm use 1.8.7 | |
Using ruby 1.8.7 p249 | |
clojure:~ jabley$ irb | |
ruby-1.8.7-p249 > require 'digest' | |
=> true | |
ruby-1.8.7-p249 > Digest::MD5.digest('hello', 'stuff', 'another one') | |
ArgumentError: wrong number of arguments (2 for 0) | |
from (irb):2:in `initialize' | |
from (irb):2:in `digest' | |
from (irb):2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment