[MacRuby-devel] When is a String not an NSString?
With respect to the following code 1 require 'test/unit' 2 3 class String 4 def my_method 5 "My Method " + self 6 end 7 end 8 9 class Test_Tumblr < Test::Unit::TestCase 10 11def test_strings 12 cocoa_str
[MacRuby-devel] [MacRuby] #784: Exception is generated when change Hash's key.
#784: Exception is generated when change Hash's key. --+- Reporter: watson1...@… | Owner: lsansone...@… Type: defect| Status: new Priority: blocker
