92 93 94 95 96 97
# File 'lib/rom/http/dataset.rb', line 92 def update(params) with_options( request_method: :put, params: params ).response end