index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
ostruct.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix links to Dig Methods document (#3421)
Burdette Lamar
2020-08-14
1
-1
/
+1
*
Adding doc/dig_methods.rdoc and links to it (#3416)
Burdette Lamar
2020-08-13
1
-14
/
+8
*
Extract version number from the source
Nobuyoshi Nakada
2020-07-30
1
-2
/
+1
*
Fix OpenStructDocumentation
zverok
2020-01-05
1
-3
/
+2
*
[ruby/ostruct] Create OpenStruct::VERSION
Marc-Andre Lafortune
2019-12-22
1
-0
/
+3
*
Removed old names of internal methods
Nobuyoshi Nakada
2019-05-10
1
-8
/
+0
*
Suppress a warning in Psych&YAML with verbose mode
Nobuyoshi Nakada
2019-05-10
1
-1
/
+1
*
OpenStruct: improve error message when passing wrong number of arguments.
marcandre
2019-04-14
1
-1
/
+3
*
ostruct.rb: Accept block for to_h [#15451].
marcandre
2018-12-22
1
-2
/
+15
*
Support old versions of Ruby with FrozenError.
hsbt
2018-08-07
1
-1
/
+2
*
lib/ostruct: Remove unnecessary `__send__`
marcandre
2018-07-26
1
-1
/
+1
*
lib/ostruct.rb: Use `FrozenError` instead of `RuntimeError`.
marcandre
2018-02-06
1
-1
/
+1
*
Add uplevel keyword to Kernel#warn and use it
shyouhei
2017-12-12
1
-2
/
+2
*
lib/ostruct.rb: Use frozen literals.
marcandre
2017-10-24
1
-16
/
+11
*
ostruct.rb: improve fix for OpenStruct.allocate + #respond_to?
eregon
2017-04-01
1
-7
/
+1
*
ostruct.rb: refine visibility failure message
nobu
2017-03-28
1
-4
/
+7
*
ostruct.rb: fix OpenStruct.allocate
nobu
2017-03-24
1
-1
/
+4
*
lib/ostruct.rb: [DOC] revise docs for OpenStruct
stomar
2017-03-11
1
-68
/
+108
*
lib/ostruct.rb: Fix returned value of each_pair.
marcandre
2017-02-03
1
-0
/
+1
*
* lib/ostruct.rb: [DOC] fix position of nodoc directive.
ktsj
2016-04-09
1
-2
/
+1
*
ostruct.rb: make internal methods private
nobu
2016-03-03
1
-9
/
+18
*
* lib/ostruct.rb: Fix case of frozen object with initializer.
marcandre
2016-01-01
1
-1
/
+1
*
ostruct.rb: deferred accessors
nobu
2015-12-31
1
-0
/
+5
*
* lib/ostruct.rb: Fix new_ostruct_member to correctly avoid redefinition
marcandre
2015-12-31
1
-1
/
+1
*
ostruct.rb: respond_to?
nobu
2015-12-29
1
-0
/
+5
*
Add frozen_string_literal: false for all files
naruse
2015-12-16
1
-0
/
+1
*
* lib/ostruct.rb: Have OpenStruct#dig raise if argument is not a symbol
marcandre
2015-12-12
1
-1
/
+1
*
OpenStruct#dig
nobu
2015-11-17
1
-0
/
+18
*
* lib/ostruct.rb: Finish defining OpenStruct attributes lazily.
eregon
2015-10-14
1
-3
/
+9
*
ostruct.rb: fix NameError
nobu
2015-09-26
1
-2
/
+7
*
* lib/ostruct.rb: Move method definitions for getter/setter to be lazy
zzak
2015-09-26
1
-1
/
+0
*
ostruct.rb: match Symbol itself
nobu
2015-04-14
1
-2
/
+1
*
Revert GH-808
nobu
2015-01-08
1
-13
/
+12
*
ostruct.rb: table
nobu
2015-01-05
1
-2
/
+1
*
ostruct.rb: append suffixes to protected methods
nobu
2015-01-05
1
-13
/
+15
*
* lib/ostruct.rb: raise NoMethodError with a #name and #args.
marcandre
2013-10-23
1
-1
/
+3
*
* lib/ostruct.rb (Struct#each_pair): Return an enumerator with size
marcandre
2013-10-23
1
-1
/
+1
*
* lib/ostruct.rb (OpenStruct#delete): Use the converted argument.
marcandre
2013-10-23
1
-1
/
+1
*
* lib/ostruct.rb: Raise RuntimeError when modifying frozen instances
marcandre
2013-10-23
1
-1
/
+1
*
* lib/ostruct.rb: Typo in OpenStruct overview [Github Fixes #251]
zzak
2013-02-27
1
-2
/
+2
*
* lib/ostruct.rb: Add [] and []=, base on a patch by Thomas Sawyer
marcandre
2012-10-28
1
-2
/
+22
*
* lib/ostruct.rb: Also accept {Open}Struct as argument to new
marcandre
2012-10-28
1
-3
/
+5
*
* lib/ostruct.rb: Simplify code
marcandre
2012-10-28
1
-6
/
+4
*
* lib/ostruct.rb: Add OpenStruct#eql? and OpenStruct#hash
marcandre
2012-10-28
1
-2
/
+19
*
* lib/ostruct.rb (each_pair): Add #each_pair [#1400]
marcandre
2012-10-28
1
-0
/
+14
*
* lib/ostruct.rb: Protect new_ostruct_member [ruby-core:42779] [#6056]
marcandre
2012-10-28
1
-1
/
+2
*
* lib/ostruct.rb: Remove rdoc details on marshal_{load|dump} and fix rdoc
marcandre
2012-10-28
1
-22
/
+4
*
* hash.c, object.c, struct.c, lib/ostruct.rb: add to_h methods.
nobu
2012-04-24
1
-0
/
+13
*
Revert r35339-35343 because of no tests.
naruse
2012-04-18
1
-12
/
+17
*
* lib/ostruct.rb: Add OpenStruct#to_h [Feature #6276]
marcandre
2012-04-16
1
-17
/
+12
[next]