Class: FastHaml::Ast::HamlComment

Inherits:
Struct
  • Object
show all
Includes:
HasChildren
Defined in:
lib/fast_haml/ast.rb

Instance Attribute Summary collapse

Method Summary

Methods included from HasChildren

#<<, #initialize

Instance Attribute Details

#childrenObject

Returns the value of attribute children

Returns:

  • (Object)

    the current value of children



89
90
91
# File 'lib/fast_haml/ast.rb', line 89

def children
  @children
end