Method: GraphQL::Query::Result#respond_to_missing?
- Defined in:
- lib/graphql/query/result.rb
#respond_to_missing?(method_name, include_private = false) ⇒ Boolean
35 36 37 |
# File 'lib/graphql/query/result.rb', line 35 def respond_to_missing?(method_name, include_private = false) @to_h.respond_to?(method_name) || super end |