Class: NSMutableAttributedString
- Defined in:
- lib/sugarcube-attributedstring/nsattributedstring.rb
Instance Method Summary collapse
Instance Method Details
#+(attributedstring) ⇒ Object
157 158 159 |
# File 'lib/sugarcube-attributedstring/nsattributedstring.rb', line 157 def +(attributedstring) self.appendAttributedString(attributedstring.nsattributedstring) end |
#with_attributes(attributes) ⇒ Object
152 153 154 155 |
# File 'lib/sugarcube-attributedstring/nsattributedstring.rb', line 152 def with_attributes(attributes) self.addAttributes(attributes, range:[0, self.length]) self end |