Class: Gemite::AST::IntLiteral

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

Overview

---------- 式 (Expression) ----------

Instance Attribute Summary collapse

Instance Attribute Details

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



6
7
8
# File 'lib/gemite/ast.rb', line 6

def value
  @value
end