# File lib/backports/2.0.0/stdlib/ostruct.rb, line 6
  def []=(name, value)
    modifiable[new_ostruct_member(name)] = value
  end