We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ab06ee commit cc03f64Copy full SHA for cc03f64
βlib/jsonapi/include_directive.rb
@@ -51,7 +51,7 @@ def self.from_hash(hash, options = {})
51
new(Parser.parse_hash(hash), options)
52
end
53
54
- # @param include_hash [Hash{Symbol=>Hash}]
+ # @api private
55
def initialize(include_hash, options = {})
56
@hash = include_hash.each_with_object({}) do |(key, value), hash|
57
hash[key] = self.class.new(value, options)
0 commit comments