Module: Hemingway::Tag::Tag3
- Defined in:
- lib/hemingway/tag/tag.rb
Instance Method Summary collapse
Instance Method Details
#hfill ⇒ Object
55 56 57 |
# File 'lib/hemingway/tag/tag.rb', line 55 def hfill elements[1] end |
#sequence ⇒ Object
63 64 65 |
# File 'lib/hemingway/tag/tag.rb', line 63 def sequence elements[3] end |
#spaces ⇒ Object
59 60 61 |
# File 'lib/hemingway/tag/tag.rb', line 59 def spaces elements[2] end |
#tag_start ⇒ Object
51 52 53 |
# File 'lib/hemingway/tag/tag.rb', line 51 def tag_start elements[0] end |