Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- ext/string_tags.rb
Instance Attribute Summary collapse
-
#tags ⇒ Object
A list of arbitrary tags for this string (as symbols).
Instance Attribute Details
#tags ⇒ Object
A list of arbitrary tags for this string (as symbols)
3 4 5 |
# File 'ext/string_tags.rb', line 3 def @tags end |