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



206
207
208
# File 'lib/syntax_tree/haml/format.rb', line 206

def value
  @value
end

Instance Method Details

#format(q, align) ⇒ Object



207
208
209
# File 'lib/syntax_tree/haml/format.rb', line 207

def format(q, align)
  q.text(value)
end

#lengthObject



211
212
213
# File 'lib/syntax_tree/haml/format.rb', line 211

def length
  value.length
end