Index (S)
»
String
Class: String
Inherits:
Object
Object
String
show all
Defined in:
lib/cbor-pp.rb
Instance Method Summary
collapse
#
cbor_clone
⇒ Object
Instance Method Details
#
cbor_clone
⇒
Object
148 149 150
# File 'lib/cbor-pp.rb', line 148
def
cbor_clone
frozen?
?
dup
:
self
end