Class: String
Instance Method Summary collapse
-
#rdfx_clone ⇒ Object
Clones a string return self by default.(String are not cloned).
Instance Method Details
#rdfx_clone ⇒ Object
Clones a string return self by default.(String are not cloned)
6 7 8 |
# File 'lib/ontomde-core/clone.rb', line 6 def rdfx_clone return self end |