Module: Hemingway::Tag::Tag0
- Defined in:
- lib/hemingway/tag/tag.rb
Instance Method Summary collapse
Instance Method Details
#sequence ⇒ Object
23 24 25 |
# File 'lib/hemingway/tag/tag.rb', line 23 def sequence elements[3] end |
#tag_start ⇒ Object
15 16 17 |
# File 'lib/hemingway/tag/tag.rb', line 15 def tag_start elements[0] end |
#tag_type ⇒ Object
19 20 21 |
# File 'lib/hemingway/tag/tag.rb', line 19 def tag_type elements[1] end |