Class: String

Inherits:
Object show all
Defined in:
lib/cbor-pp.rb

Instance Method Summary collapse

Instance Method Details

#cbor_cloneObject



148
149
150
# File 'lib/cbor-pp.rb', line 148

def cbor_clone
  frozen? ? dup : self
end