Method: Elasticsearch::Persistence::Repository::Response::Results#method_missing
- Defined in:
- lib/elasticsearch/persistence/repository/response/results.rb
#method_missing(method_name, *arguments, &block) ⇒ Object
59 60 61 |
# File 'lib/elasticsearch/persistence/repository/response/results.rb', line 59 def method_missing(method_name, *arguments, &block) results.respond_to?(method_name) ? results.__send__(method_name, *arguments, &block) : super end |