Class: Gemite::AST::ExprStmt

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



28
29
30
# File 'lib/gemite/ast.rb', line 28

def expr
  @expr
end