class TJSON::DataType::Scalar

Scalar types

Public Instance Methods

inspect() click to toggle source
# File lib/tjson/datatype.rb, line 62
def inspect
  "#<#{self.class}>"
end