Method: RSpec::Core::Example#inspect

Defined in:
lib/rspec/core/example.rb

#inspectvoid Also known as: to_s

Provide a human-readable representation of this class

[View source]

220
221
222
# File 'lib/rspec/core/example.rb', line 220

def inspect
  "#<#{self.class.name} #{description.inspect}>"
end