lib/groupdocs/api/entity.rb in groupdocs-0.3.10 vs lib/groupdocs/api/entity.rb in groupdocs-0.3.11

- old
+ new

@@ -53,10 +53,10 @@ hash[key] = case value when GroupDocs::Api::Entity value.to_hash when Array value.map do |i| - i.to_hash if i.respond_to?(:to_hash) + i.respond_to?(:to_hash) ? i.to_hash : i end else value end end