Skip to content

Instantly share code, notes, and snippets.

@jabley
Created May 19, 2010 15:25
Show Gist options
  • Save jabley/406419 to your computer and use it in GitHub Desktop.
Save jabley/406419 to your computer and use it in GitHub Desktop.
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