Method: NSMutableString#nsattributedstring

Defined in:
lib/sugarcube-attributedstring/nsattributedstring.rb

#nsattributedstring(attributes = {}) ⇒ Object



36
37
38
# File 'lib/sugarcube-attributedstring/nsattributedstring.rb', line 36

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