Libraries
»
tk_inspect
(0.2.0)
»
Index (S)
»
String
Class: String
Inherits:
Object
Object
String
show all
Defined in:
lib/base_inspectors.rb
Instance Method Summary
collapse
#
value_for_tk_inspect
⇒ Object
Instance Method Details
#
value_for_tk_inspect
⇒
Object
20 21 22
# File 'lib/base_inspectors.rb', line 20
def
value_for_tk_inspect
frozen?
?
dup
:
self
end