Class: Ravensat::Extension::UndefinedVariable

Inherits:
Variable
  • Object
show all
Defined in:
lib/ravensat/extension/variable/undefined_variable.rb

Instance Attribute Summary

Attributes inherited from Variable

#args, #name

Instance Method Summary collapse

Methods inherited from Variable

#initialize

Constructor Details

This class inherits a constructor from Ravensat::Extension::Variable

Instance Method Details

#is_defined?Boolean

Returns:

  • (Boolean)


4
5
6
# File 'lib/ravensat/extension/variable/undefined_variable.rb', line 4

def is_defined?
  false
end