Class: NSMutableString

Inherits:
Object show all
Defined in:
lib/sugarcube-attributedstring/nsattributedstring.rb

Instance Method Summary collapse

Instance Method Details

#nsattributedstring(attributes = {}) ⇒ Object



33
34
35
# File 'lib/sugarcube-attributedstring/nsattributedstring.rb', line 33

def nsattributedstring(attributes={})
  NSMutableAttributedString.alloc.initWithString(self, attributes: attributes)
end