Class: ScaleRb::Types::PrimitiveType

Inherits:
Base
  • Object
show all
Defined in:
lib/scale_rb/types.rb

Constant Summary

Constants inherited from Base

Base::MAX_DEPTH

Instance Method Summary collapse

Methods inherited from Base

#t, #to_s

Instance Method Details

#to_string(_depth = 0) ⇒ Object



59
60
61
# File 'lib/scale_rb/types.rb', line 59

def to_string(_depth = 0)
  primitive.to_s
end