[]

[](name)
Instance Public methods

Returns the value of a member.

person = OpenStruct.new('name' => 'John Smith', 'age' => 70)
person[:age] # => 70, same as ostruct.age
doc_ruby_on_rails
2015-04-26 20:22:47
Comments
Leave a Comment

Please login to continue.