summaryrefslogtreecommitdiff
path: root/lib/ostruct.rb
AgeCommit message (Expand)Author
2012-10-28* lib/ostruct.rb: Add [] and []=, base on a patch by Thomas Sawyermarcandre
2012-10-28* lib/ostruct.rb: Also accept {Open}Struct as argument to newmarcandre
2012-10-28* lib/ostruct.rb: Simplify codemarcandre
2012-10-28* lib/ostruct.rb: Add OpenStruct#eql? and OpenStruct#hashmarcandre
2012-10-28* lib/ostruct.rb (each_pair): Add #each_pair [#1400]marcandre
2012-10-28* lib/ostruct.rb: Protect new_ostruct_member [ruby-core:42779] [#6056]marcandre
2012-10-28* lib/ostruct.rb: Remove rdoc details on marshal_{load|dump} and fix rdocmarcandre
2012-04-24* hash.c, object.c, struct.c, lib/ostruct.rb: add to_h methods.nobu
2012-04-18Revert r35339-35343 because of no tests.naruse
2012-04-16* lib/ostruct.rb: Add OpenStruct#to_h [Feature #6276]marcandre
2012-02-22* lib/ostruct.rb (delete_field): Bug fix so previous value is returned.marcandre
2012-02-15* lib/ostruct.rb: Create getters and setters after dup.marcandre
2012-02-15* lib/ostruct.rb: Simplify and fix rdoc.marcandre
2011-08-26* ext/pathname/lib/pathname.rb: Fix typos and grammar mistakes. Patchdrbrain
2011-05-27* lib/ostruct.rb (method_missing): Handle [] and []= correctly.marcandre
2011-05-22 * lib/ostruct.rb: Improve documentation. Patch by Franklin Webber.drbrain
2010-11-03* lib/ostruct.rb (OpenStruct#delete_field): also undefinenobu
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2009-02-27* lib/ostruct.rb (modifiable): check if really frozen.nobu
2009-02-15* lib/ostruct.rb (OpenStruct#new_ostruct_member): checks if frozen.nobu
2009-01-13* lib/ostruct.rb (OpenStruct#inspect): fixed the recursion check.yugui
2005-09-12* lib/ostruct.rb (new_ostruct_member): Object#send no longer callnobu
2005-09-05* lib/ostruct.rb: a patch from Florian Gross <florgro@gmail.com>matz
2004-12-03* eval.c (proc_invoke): prepare to pass a block from "call" methodmatz
2004-12-02* io.c (rb_file_initialize): [ruby-dev:25032]matz
2004-11-29* io.c (rb_io_sysread): use temporary lock. [ruby-dev:24992]matz
2004-10-27* node.h (NODE_TYPESHIFT): allow 4 more bits for line numbers.matz
2004-03-29* exception message clean-up by Ian Macdonald <ian@caliban.org>.matz
2004-02-20* lib/ostruct.rb (OpenStruct#initialize_copy): should not sharenobu
2004-02-19 * lib/ostruct.rb: documentedgsinclair
2003-09-25 * lib/ostruct.rb: Added OpenStruct#==.ntalbott
2003-08-26* lib/ostruct.rb (OpenStruct::method_missing): prohibit modifyingmatz
2002-11-18* instruby.rb: not rewrite installed scripts when dry-run mode.nobu
2002-11-15* ostruct.rb: keep NoMethodError message with Ruby itself.nahi
2002-11-14* observer.rb: raise NoMethodError instead of NameError. [ruby-dev:18788]nahi
2002-11-03* object.c (Init_Object): added Object#object_id, new name formatz
2002-10-02use Object#class instead of deprecated Object#type.nobu
1998-01-16Initial revisionmatz