Class: Keisan::AST::Null
Instance Method Summary collapse
-
#initialize ⇒ Null
constructor
A new instance of Null.
- #value(context = nil) ⇒ Object
Constructor Details
#initialize ⇒ Null
Returns a new instance of Null.
4 5 |
# File 'lib/keisan/ast/null.rb', line 4 def initialize end |
Instance Method Details
#value(context = nil) ⇒ Object
7 8 9 |
# File 'lib/keisan/ast/null.rb', line 7 def value(context = nil) nil end |