Issue Type: Bug Bug
Assignee: Unassigned
Components: Core Classes/Modules
Created: 01/Mar/13 9:23 PM
Description:
$ ruby -e 'File.readlines(".")'
-e:1:in `readlines': Is a directory - . (Errno::EISDIR)
        from -e:1
$ jruby -e 'File.readlines(".")'
Errno::EACCES: Permission denied - .
  initialize at org/jruby/RubyFile.java:334
        open at org/jruby/RubyIO.java:1134
   readlines at org/jruby/RubyIO.java:3717
      (root) at -e:1

No RubySpecs for File.readlines just yet. https://github.com/rubyspec/rubyspec/tree/master/core/file

Project: JRuby
Priority: Major Major
Reporter: Hiro Asari
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
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