Class: TJSON::DataType::Scalar
- Inherits:
-
TJSON::DataType
- Object
- TJSON::DataType
- TJSON::DataType::Scalar
- Defined in:
- lib/tjson/datatype.rb
Overview
Scalar types
Constant Summary
Constants inherited from TJSON::DataType
Instance Method Summary collapse
Methods inherited from TJSON::DataType
[], #decode, #encode, encode, identify_type, parse, #tag
Instance Method Details
#inspect ⇒ Object
62 63 64 |
# File 'lib/tjson/datatype.rb', line 62 def inspect "#<#{self.class}>" end |