aboutsummaryrefslogtreecommitdiffstats
path: root/test/ostruct
Commit message (Expand)AuthorAgeFilesLines
...
* * lib/ostruct.rb (method_missing): Handle [] and []= correctly.marcandre2011-05-271-0/+11
* * lib/ostruct.rb (OpenStruct#delete_field): also undefinenobu2010-11-031-0/+13
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-1/+1
* * lib/ostruct.rb (modifiable): check if really frozen.nobu2009-02-271-0/+4
* * test/ostruct/test_ostruct.rb (test_frozen): added assertions.nobu2009-02-171-0/+2
* * lib/ostruct.rb (OpenStruct#new_ostruct_member): checks if frozen.nobu2009-02-151-0/+8
* * lib/ostruct.rb (OpenStruct#inspect): fixed the recursion check.yugui2009-01-131-0/+14
* * lib/ostruct.rb: Added OpenStruct#==.ntalbott2003-09-251-0/+23