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
*
[ruby/ostruct] Update version
Marc-Andre Lafortune
2020-11-04
1
-1
/
+1
*
[ruby/ostruct] Restore `ostruct` doc
Marc-Andre Lafortune
2020-11-04
1
-3
/
+3
*
Revert "Make `marshal_load` public"
Marc-Andre Lafortune
2020-11-04
1
-1
/
+0
*
Separate `send` into `public_send` and `__send__`
Nobuyoshi Nakada
2020-10-27
1
-3
/
+3
*
Make `marshal_load` public
Aaron Patterson
2020-10-06
1
-0
/
+1
*
[lib/ostruct] Fix Marshal loading
Marc-Andre Lafortune
2020-10-06
1
-4
/
+1
*
[ruby/ostruct] Tweak doc
Marc-Andre Lafortune
2020-09-30
1
-9
/
+9
*
[ruby/ostruct] Remove unused condition
Marc-Andre Lafortune
2020-09-30
1
-2
/
+0
*
[ruby/ostruct] Improved YAML serialization.
Marc-Andre Lafortune
2020-09-30
1
-0
/
+27
*
[ruby/ostruct] Add test that frozen OpenStructs are Ractor-shareable
Marc-Andre Lafortune
2020-09-30
1
-0
/
+2
*
[ruby/ostruct] Protect subclass' methods and our bang methods.
Marc-Andre Lafortune
2020-09-30
1
-17
/
+33
*
[ruby/ostruct] Avoid calling initialize
Marc-Andre Lafortune
2020-09-30
1
-5
/
+11
*
[ruby/ostruct] Fix dup/clone
Marc-Andre Lafortune
2020-09-14
1
-3
/
+7
*
[ruby/ostruct] method_missing is private
Marc-Andre Lafortune
2020-09-14
1
-1
/
+1
*
[ruby/ostruct] Avoid self calling our public methods.
Marc-Andre Lafortune
2020-09-14
1
-2
/
+4
*
[ruby/ostruct] Reinstate recent changes
Marc-Andre Lafortune
2020-09-14
1
-28
/
+48
*
[ruby/ostruct] Revert recent changes
Marc-Andre Lafortune
2020-09-14
1
-48
/
+28
*
[ruby/ostruct] Add access to public instance methods in case they are overriden
Marc-Andre Lafortune
2020-09-14
1
-2
/
+32
*
[ruby/ostruct] Tweak doc
Marc-Andre Lafortune
2020-09-14
1
-1
/
+2
*
[ruby/ostruct] Allow overriding public methods
Marc-Andre Lafortune
2020-09-14
1
-3
/
+3
*
[ruby/ostruct] Refactor handling of frozen OpenStruct. Simplify `new_ostruct_...
Marc-Andre Lafortune
2020-09-14
1
-22
/
+11
*
[ruby/ostruct] Revert "ostruct.rb: deferred accessors"
Marc-Andre Lafortune
2020-09-14
1
-16
/
+5
*
lib/ostruct.rb: Revert "To use RuntimeError instead of FrozenError for old ru...
Marc-Andre Lafortune
2020-09-04
1
-2
/
+1
*
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
[next]