index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
ostruct.rb
Age
Commit message (
Expand
)
Author
2018-02-06
lib/ostruct.rb: Use `FrozenError` instead of `RuntimeError`.
marcandre
2017-12-12
Add uplevel keyword to Kernel#warn and use it
shyouhei
2017-10-24
lib/ostruct.rb: Use frozen literals.
marcandre
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 [Github Fixes #251]
zzak
2012-10-28
* lib/ostruct.rb: Add [] and []=, base on a patch 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. Patch
drbrain
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 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
[next]