[MacRuby] #919: URI::HTTP path_query method is private in MacRuby but not in MRI

MacRuby ruby-noreply at macosforge.org
Mon Sep 27 15:38:18 PDT 2010


#919: URI::HTTP path_query method is private in MacRuby but not in MRI
------------------------------------+---------------------------------------
 Reporter:  mrada@…                 |       Owner:  lsansonetti@…        
     Type:  defect                  |      Status:  new                  
 Priority:  blocker                 |   Milestone:                       
Component:  MacRuby                 |    Keywords:                       
------------------------------------+---------------------------------------

Comment(by lsansonetti@…):

 I can see the following code in handsoap/http/drivers/net_http_driver.rb:

 {{{
           ::URI::Generic.send(:public, :path_query) # hackety hack
           path = url.path_query
 }}}

 Besides the fact that this is a really bad hack, I assume this isn't
 working in MacRuby, since the method remains private.

-- 
Ticket URL: <http://www.macruby.org/trac/ticket/919#comment:3>
MacRuby <http://macruby.org/>



More information about the macruby-tickets mailing list