Class: SyntaxTree::Haml::Format::LiteralHashValue

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

Instance Attribute Summary collapse

Instance Attribute Details

#value ⇒ Object

Returns the value of attribute value

Returns:

  • (Object) —

    the current value of value



145
146
147
# File 'lib/syntax_tree/haml/format.rb', line 145

def value
  @value
end