rubymotion-community / sugarcube

Some sugar for your cocoa. RubyMotion helpers.
Other
422 stars 66 forks source link

Adds empty? for NSAttributedString #183

Closed markrickert closed 9 years ago

markrickert commented 9 years ago
"".empty? == true
# but
"".attrd.empty? == true
# undefined method `empty?' for  :NSConcreteMutableAttributedString

Wondering if this should be added to RM core? Think I should file a bug report or no?

markrickert commented 9 years ago

Also just added strip :)

colinta commented 9 years ago

Sweet! Thanks man.