Class: SyntaxTree::Haml::Format::PlainPart
- Inherits:
-
Struct
- Object
- Struct
- SyntaxTree::Haml::Format::PlainPart
- Defined in:
- lib/syntax_tree/haml/format.rb
Instance Attribute Summary collapse
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
Instance Attribute Details
#value ⇒ Object
Returns the value of attribute value
205 206 207 |
# File 'lib/syntax_tree/haml/format.rb', line 205 def value @value end |
Instance Method Details
#format(q, align) ⇒ Object
206 207 208 |
# File 'lib/syntax_tree/haml/format.rb', line 206 def format(q, align) q.text(value) end |
#length ⇒ Object
210 211 212 |
# File 'lib/syntax_tree/haml/format.rb', line 210 def length value.length end |