Module: PersonifyLanguage::Block0
- Defined in:
- lib/personify/parser/personify.rb
Instance Method Summary collapse
Instance Method Details
#block_content ⇒ Object
216 217 218 |
# File 'lib/personify/parser/personify.rb', line 216 def block_content elements[3] end |
#space1 ⇒ Object
212 213 214 |
# File 'lib/personify/parser/personify.rb', line 212 def space1 elements[1] end |
#space2 ⇒ Object
220 221 222 |
# File 'lib/personify/parser/personify.rb', line 220 def space2 elements[5] end |