Module: Findable::Inspection::ClassMethods
- Defined in:
- lib/findable/inspection.rb
Instance Method Summary collapse
Instance Method Details
#inspect ⇒ Object
6 7 8 9 10 11 12 13 |
# File 'lib/findable/inspection.rb', line 6 def inspect case when self == Findable::Base super else "#{self}(#{column_names.map(&:inspect).join(', ')})" end end |