Class: Gemite::AST::TplExpr

Inherits:
Struct
  • Object
show all
Defined in:
lib/gemite/ast.rb

Instance Attribute Summary collapse

Instance Attribute Details

#exprObject

Returns the value of attribute expr

Returns:

  • (Object)

    the current value of expr



36
37
38
# File 'lib/gemite/ast.rb', line 36

def expr
  @expr
end