Class: SyntaxTree::Haml::Format::PlainPart

Inherits:
Struct
  • Object
show all
Defined in:
lib/syntax_tree/haml/format.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of 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

#lengthObject



165
166
167
# File 'lib/syntax_tree/haml/format.rb', line 165

def length
  value.length
end