Module: Hemingway::Tag::Tag5
- Defined in:
- lib/hemingway/tag/tag.rb
Instance Method Summary collapse
Instance Method Details
#accent ⇒ Object
83 84 85 |
# File 'lib/hemingway/tag/tag.rb', line 83 def accent elements[1] end |
#character ⇒ Object
87 88 89 |
# File 'lib/hemingway/tag/tag.rb', line 87 def character elements[3] end |
#tag_start ⇒ Object
79 80 81 |
# File 'lib/hemingway/tag/tag.rb', line 79 def tag_start elements[0] end |