Libraries
»
mocha
(0.3.0)
»
Index (S)
»
String
Class: String
Inherits:
Object
Object
String
show all
Defined in:
lib/mocha/inspect.rb
Instance Method Summary
collapse
#
mocha_inspect
⇒ Object
Instance Method Details
#
mocha_inspect
⇒
Object
10 11 12
# File 'lib/mocha/inspect.rb', line 10
def
mocha_inspect
inspect
.
gsub
(
/
\"
/
,
"
'
"
)
end