Class: JsonProjection::Null
- Inherits:
-
Value
- Object
- StreamEvent
- Value
- JsonProjection::Null
- Defined in:
- lib/json-projection/parser/events.rb
Instance Attribute Summary
Attributes inherited from Value
Class Method Summary collapse
Methods inherited from Value
Methods inherited from StreamEvent
Constructor Details
This class inherits a constructor from JsonProjection::Value
Class Method Details
.empty ⇒ Object
76 77 78 |
# File 'lib/json-projection/parser/events.rb', line 76 def self.empty new(nil) end |