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