Method: Chewy::Search::Request#inspect
- Defined in:
- lib/chewy/search/request.rb
#inspect ⇒ String
Includes the class name and the result of rendering.
127 128 129 |
# File 'lib/chewy/search/request.rb', line 127 def inspect "<#{self.class} #{render}>" end |