docs/OPEN_STRUCT.md in lite-ruby-1.1.15 vs docs/OPEN_STRUCT.md in lite-ruby-1.2.0

- old
+ new

@@ -1,15 +1,6 @@ # OpenStruct -`Initialize` -Allows the initialization of an OpenStruct with a setter block. - -```ruby -OpenStruct.new(name: 'bob', age: 60) do |o| - o.gender = :M -end -``` - `attributes` ------ Returns the key values as a hash of the assigned struct. ```ruby