lib/ecoportal/api/v1/person_schemas.rb in ecoportal-api-0.9.7 vs lib/ecoportal/api/v1/person_schemas.rb in ecoportal-api-0.10.0

- old
+ new

@@ -36,11 +36,9 @@ # @return [Enumerable<PersonSchema>] an `Enumerable` with all the person schema objects. def each(params: {}, &block) return to_enum(:each) unless block get_all.each(&block) end - - end end end end