#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/>