class Dry::Schema::Result

def update(hash)

Other tags:
    Api: - private
def update(hash)
  output.update(hash)
  self
end