Digest library is mising file() method
--------------------------------------

                 Key: JRUBY-4714
                 URL: http://jira.codehaus.org/browse/JRUBY-4714
             Project: JRuby
          Issue Type: Bug
          Components: Core Classes/Modules
    Affects Versions: JRuby 1.4
            Reporter: Vladimir Sizikov
            Assignee: Vladimir Sizikov
             Fix For: JRuby 1.5


This has been reported in #rubyspec IRC channel:

{noformat}
#>jruby -rdigest -e "p Digest::MD5.file('TODO')"
-e:1: undefined method `file' for Digest::MD5:Class (NoMethodError)

#>jruby -rdigest -e "p Digest::MD5.new.file('TODO')"
-e:1: undefined method `file' for #<Digest::MD5: 
d41d8cd98f00b204e9800998ecf8427e> (NoMethodError)
{noformat}

Fix is coming.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to