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
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ostruct
Age
Commit message (
Expand
)
Author
2018-12-22
ostruct.rb: Accept block for to_h [#15451].
marcandre
2018-08-07
Support old versions of Ruby with FrozenError.
hsbt
2018-02-06
lib/ostruct.rb: Use `FrozenError` instead of `RuntimeError`.
marcandre
2017-10-25
test/ostruct: Specify frozen_string_literal: true.
kazu
2017-10-24
lib/ostruct.rb: Use frozen literals.
marcandre
2017-03-28
ostruct.rb: refine visibility failure message
nobu
2017-03-24
ostruct.rb: fix OpenStruct.allocate
nobu
2017-02-03
lib/ostruct.rb: Fix returned value of each_pair.
marcandre
2016-01-04
test_ostruct.rb: sort method names
nobu
2016-01-01
* lib/ostruct.rb: Fix case of frozen object with initializer.
marcandre
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
* test/ostruct/test_ostruct.rb: Add tests for OpenStruct#respond_to.
eregon
2015-01-08
Revert GH-808
nobu
2015-01-05
ostruct.rb: append suffixes to protected methods
nobu
2013-11-06
Suppress warnings: ambiguous first argument; put parentheses or even spaces
naruse
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
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: Add OpenStruct#eql? and OpenStruct#hash
marcandre
2012-10-28
* lib/ostruct.rb (each_pair): Add #each_pair [#1400]
marcandre
2012-04-24
* hash.c, object.c, struct.c, lib/ostruct.rb: add to_h methods.
nobu
2012-02-22
* lib/ostruct.rb (delete_field): Bug fix so previous value is returned.
marcandre
2011-05-27
* lib/ostruct.rb (method_missing): Handle [] and []= correctly.
marcandre
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-17
* test/ostruct/test_ostruct.rb (test_frozen): added assertions.
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
2003-09-25
* lib/ostruct.rb: Added OpenStruct#==.
ntalbott