Age | Commit message (Expand) | Author |
---|
2017-04-01 | ostruct.rb: improve fix for OpenStruct.allocate + #respond_to? | eregon |
2017-03-28 | ostruct.rb: refine visibility failure message | nobu |
2017-03-24 | ostruct.rb: fix OpenStruct.allocate | nobu |
2017-03-11 | lib/ostruct.rb: [DOC] revise docs for OpenStruct | stomar |
2017-02-03 | lib/ostruct.rb: Fix returned value of each_pair. | marcandre |
2016-04-09 | * lib/ostruct.rb: [DOC] fix position of nodoc directive. | ktsj |
2016-03-03 | ostruct.rb: make internal methods private | nobu |
2016-01-01 | * lib/ostruct.rb: Fix case of frozen object with initializer. | marcandre |
2015-12-31 | ostruct.rb: deferred accessors | nobu |
2015-12-31 | * lib/ostruct.rb: Fix new_ostruct_member to correctly avoid redefinition | marcandre |
2015-12-29 | ostruct.rb: respond_to? | nobu |
2015-12-16 | Add frozen_string_literal: false for all files | naruse |
2015-12-12 | * lib/ostruct.rb: Have OpenStruct#dig raise if argument is not a symbol | marcandre |
2015-11-17 | OpenStruct#dig | nobu |
2015-10-14 | * lib/ostruct.rb: Finish defining OpenStruct attributes lazily. | eregon |
2015-09-26 | ostruct.rb: fix NameError | nobu |
2015-09-26 | * lib/ostruct.rb: Move method definitions for getter/setter to be lazy | zzak |
2015-04-14 | ostruct.rb: match Symbol itself | nobu |
2015-01-08 | Revert GH-808 | nobu |
2015-01-05 | ostruct.rb: table | nobu |
2015-01-05 | ostruct.rb: append suffixes to protected methods | nobu |
2013-10-23 | * lib/ostruct.rb: raise NoMethodError with a #name and #args. | marcandre |
2013-10-23 | * lib/ostruct.rb (Struct#each_pair): Return an enumerator with size | marcandre |
2013-10-23 | * lib/ostruct.rb (OpenStruct#delete): Use the converted argument. | marcandre |
2013-10-23 | * lib/ostruct.rb: Raise RuntimeError when modifying frozen instances | marcandre |
2013-02-27 | * lib/ostruct.rb: Typo in OpenStruct overview [ Fixes #251] | zzak |
2012-10-28 | * lib/ostruct.rb: Add [] and []=, base on a by Thomas Sawyer | marcandre |
2012-10-28 | * lib/ostruct.rb: Also accept {Open}Struct as argument to new | marcandre |
2012-10-28 | * lib/ostruct.rb: Simplify code | marcandre |
2012-10-28 | * lib/ostruct.rb: Add OpenStruct#eql? and OpenStruct#hash | marcandre |
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 rdoc | marcandre |
2012-04-24 | * hash.c, object.c, struct.c, lib/ostruct.rb: add to_h methods. | nobu |
2012-04-18 | Revert 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. | drbrain |
2011-05-27 | * lib/ostruct.rb (method_missing): Handle [] and []= correctly. | marcandre |
2011-05-22 | * lib/ostruct.rb: Improve documentation. by Franklin Webber. | drbrain |
2010-11-03 | * lib/ostruct.rb (OpenStruct#delete_field): also undefine | nobu |
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 call | nobu |
2005-09-05 | * lib/ostruct.rb: a from Florian Gross <[email protected]> | matz |
2004-12-03 | * eval.c (proc_invoke): prepare to pass a block from "call" method | matz |