Class: RspecProfiling::Collectors::Database::Result
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- RspecProfiling::Collectors::Database::Result
- Defined in:
- lib/rspec_profiling/collectors/database.rb
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
86 87 88 |
# File 'lib/rspec_profiling/collectors/database.rb', line 86 def to_s [description, location].join(" - ") end |