#317: Readline.readline is private/NME
-----------------------------------+----------------------------------------
 Reporter:  kamal.fa...@…          |       Owner:  lsansone...@…                
   
     Type:  defect                 |      Status:  new                          
   
 Priority:  minor                  |   Milestone:  MacRuby 0.5                  
   
Component:  MacRuby                |    Keywords:  readline, library, class 
methods
-----------------------------------+----------------------------------------
 While checking out Lyndon http://github.com/defunkt/lyndon/tree/master, I
 hit a NoMethodError. It seems the class method is set to private in
 MacRuby.

 Ruby 1.9.1
 {{{
 MBP:macruby kamal$ ruby -rreadline -e "Readline.readline('foo')"
 foo
 }}}

 MacRuby (r2393)
 {{{
 MBP:macruby kamal$ macruby -rreadline -e "Readline.readline('bar')"
 private method `readline' called for Readline:Class (NoMethodError)
 }}}

-- 
Ticket URL: <http://www.macruby.org/trac/ticket/317>
MacRuby <http://macruby.org/>

_______________________________________________
MacRuby-devel mailing list
MacRuby-devel@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Reply via email to