# File lib/standard/facets/ostruct.rb, line 44 def ostruct_update(other) warn "OpenSrtuct#ostruct_update has been deprecated. Use #merge! instead." merge!(other) end