class NSMutableString

Public Instance Methods

nsattributedstring(attributes={}) click to toggle source
# File lib/cocoa/sugarcube-attributedstring/nsattributedstring.rb, line 21
def nsattributedstring(attributes={})
  NSMutableAttributedString.alloc.initWithString(self, attributes: attributes)
end