module RSpec::Mocks::TestDouble

def to_s

Other tags:
    Private: -
def to_s
  inspect.gsub('<','[').gsub('>',']')
end