Method: Elasticsearch::Model::Response::Records#respond_to?
- Defined in:
- lib/elasticsearch/model/response/records.rb
#respond_to?(method_name, include_private = false) ⇒ Boolean
Respond to methods from ‘@records`
82 83 84 |
# File 'lib/elasticsearch/model/response/records.rb', line 82 def respond_to?(method_name, include_private = false) records.respond_to?(method_name) || super end |