This worked fine on an older version of trunk that I had installed,
but with the current trunk I can confirm the same problem. Can you
please file a ticket?
On Thu, Mar 10, 2011 at 9:01 PM, Mark Rada wrote:
> Hey all,
>
> I am getting an error when I add a #to_s method to NSURL:
>
> ± irb
Hey all,
I am getting an error when I add a #to_s method to NSURL:
± irb
irb(main):001:0> class NSURL
irb(main):002:1> alias_method :to_s, :absoluteString
irb(main):003:0> end
=> NSURL
irb(main):004:0> NSURL.URLWithString( 'macruby.org' )