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
160 161 162 |
# File 'lib/syntax_tree/haml/format.rb', line 160 def value @value end |
Instance Method Details
#format(q, align) ⇒ Object
161 162 163 |
# File 'lib/syntax_tree/haml/format.rb', line 161 def format(q, align) q.text(value) end |
#length ⇒ Object
165 166 167 |
# File 'lib/syntax_tree/haml/format.rb', line 165 def length value.length end |