aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ostruct.rb
Commit message (Expand)AuthorAgeFilesLines
* * lib/ostruct.rb (OpenStruct#delete_field): also undefinenobu2010-11-031-1/+3
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-4/+4
* * lib/ostruct.rb (modifiable): check if really frozen.nobu2009-02-271-2/+4
* * lib/ostruct.rb (OpenStruct#new_ostruct_member): checks if frozen.nobu2009-02-151-8/+12
* * lib/ostruct.rb (OpenStruct#inspect): fixed the recursion check.yugui2009-01-131-13/+11
* * lib/ostruct.rb (new_ostruct_member): Object#send no longer callnobu2005-09-121-3/+4
* * lib/ostruct.rb: a patch from Florian Gross <florgro@gmail.com>matz2005-09-051-11/+30
* * eval.c (proc_invoke): prepare to pass a block from "call" methodmatz2004-12-031-10/+6
* * io.c (rb_file_initialize): [ruby-dev:25032]matz2004-12-021-6/+23
* * io.c (rb_io_sysread): use temporary lock. [ruby-dev:24992]matz2004-11-291-8/+6
* * node.h (NODE_TYPESHIFT): allow 4 more bits for line numbers.matz2004-10-271-0/+8
* * exception message clean-up by Ian Macdonald <ian@caliban.org>.matz2004-03-291-1/+1
* * lib/ostruct.rb (OpenStruct#initialize_copy): should not sharenobu2004-02-201-0/+6
* * lib/ostruct.rb: documentedgsinclair2004-02-191-11/+54
* * lib/ostruct.rb: Added OpenStruct#==.ntalbott2003-09-251-0/+8
* * lib/ostruct.rb (OpenStruct::method_missing): prohibit modifyingmatz2003-08-261-0/+3
* * instruby.rb: not rewrite installed scripts when dry-run mode.nobu2002-11-181-8/+4
* * ostruct.rb: keep NoMethodError message with Ruby itself.nahi2002-11-151-1/+1
* * observer.rb: raise NoMethodError instead of NameError. [ruby-dev:18788]nahi2002-11-141-2/+2
* * object.c (Init_Object): added Object#object_id, new name formatz2002-11-031-8/+5
* use Object#class instead of deprecated Object#type.nobu2002-10-021-2/+2
* Initial revisionmatz1998-01-161-0/+55