Module: Hemingway::Tag::Tag1
- Defined in:
- lib/hemingway/tag/tag.rb
Instance Method Summary collapse
Instance Method Details
#tag_start ⇒ Object
30 31 32 |
# File 'lib/hemingway/tag/tag.rb', line 30 def tag_start elements[0] end |
#vertical_height ⇒ Object
38 39 40 |
# File 'lib/hemingway/tag/tag.rb', line 38 def vertical_height elements[3] end |
#vertical_space ⇒ Object
34 35 36 |
# File 'lib/hemingway/tag/tag.rb', line 34 def vertical_space elements[1] end |