#287: Wrong argument type NSObject (expected Data) in Digest::MD5.hexdigest( ... ) --------------------------------------+------------------------------------- Reporter: eski...@… | Owner: lsansone...@… Type: defect | Status: closed Priority: blocker | Milestone: MacRuby 0.5 Component: MacRuby | Resolution: fixed Keywords: macruby digest typeerror | --------------------------------------+------------------------------------- Changes (by lsansone...@…):
* status: new => closed * resolution: => fixed * milestone: => MacRuby 0.5 Comment: Should be fixed in trunk. {{{ $ macruby -r digest -e "p Digest::MD5.hexdigest('hello')" "5d41402abc4b2a76b9719d911017c592" $ ruby19 -r digest -e "p Digest::MD5.hexdigest('hello')" "5d41402abc4b2a76b9719d911017c592" }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/287#comment:1> MacRuby <http://macruby.org/> _______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel