# File lib/rspec/mocks/test_double.rb, line 42
def
to_s
inspect
.
gsub
(
'<'
,
'['
).
gsub
(
'>'
,
']'
)
end