Class: String

Inherits:
Object
  • Object
show all
Defined in:
ext/string_tags.rb

Instance Attribute Summary collapse

Instance Attribute Details

#tagsObject

A list of arbitrary tags for this string (as symbols)



3
4
5
# File 'ext/string_tags.rb', line 3

def tags
  @tags
end