Class: Twostroke::Runtime::Types::Undefined
- Defined in:
- lib/twostroke/runtime/types/undefined.rb
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from Value
Class Method Details
.new ⇒ Object
3 4 5 |
# File 'lib/twostroke/runtime/types/undefined.rb', line 3 def self.new @@undefined ||= Undefined.allocate end |