Method: NSString#nsattributedstring

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

#nsattributedstring(attributes = {}) ⇒ Object



23
24
25
# File 'lib/sugarcube-attributedstring/nsattributedstring.rb', line 23

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