Method: RSpec::Core::Example#inspect
- Defined in:
- lib/rspec/core/example.rb
permalink #inspect ⇒ void Also known as: to_s
Provide a human-readable representation of this class
220 221 222 |
# File 'lib/rspec/core/example.rb', line 220 def inspect "#<#{self.class.name} #{description.inspect}>" end |