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] v0.5.5
Marc-André Lafortune
2022-04-01
1
-1
/
+1
*
[ruby/ostruct] Avoid using block_given in the presence of aliases
Charles Oliver Nutter
2022-04-01
1
-1
/
+1
*
[ruby/ostruct] v0.5.4
Marc-André Lafortune
2022-03-24
1
-1
/
+1
*
[ruby/ostruct] Avoid aliasing `block_given?` for JRuby [Fixes #40]
Marc-André Lafortune
2022-03-24
1
-4
/
+9
*
[ruby/ostruct] v0.5.3
Marc-André Lafortune
2022-03-07
1
-1
/
+1
*
[ruby/ostruct] Fix class and method as attribute names
Ladislav Gallay
2022-03-07
1
-1
/
+1
*
[ruby/ostruct] Bump version to 0.5.2
Marc-André Lafortune
2021-12-08
1
-1
/
+1
*
[ruby/ostruct] `Proc`'s self should be shareable.
Koichi Sasada
2021-12-08
1
-2
/
+5
*
[ruby/ostruct] ostruct v0.5.1
Marc-André Lafortune
2021-12-06
1
-1
/
+1
*
[ruby/ostruct] Alias less methods
Marc-André Lafortune
2021-12-06
1
-1
/
+6
*
[ruby/ostruct] [DOC] Fix code markups [ci skip]
Nobuyoshi Nakada
2021-11-28
1
-6
/
+6
*
[ruby/ostruct] Bump up ostruct version to 0.5.0
Hiroshi SHIBATA
2021-10-21
1
-1
/
+1
*
[ruby/ostruct] Strip trailing spaces
Nobuyoshi Nakada
2021-09-28
1
-1
/
+1
*
[ruby/ostruct] Allow properties to be accessed even when the object is moved ...
rm155
2021-09-28
1
-2
/
+8
*
[DOC] Fix broken links [ci skip]
Nobuyoshi Nakada
2021-09-15
1
-1
/
+1
*
[ruby/ostruct] v0.4.0
Marc-Andre Lafortune
2021-06-15
1
-1
/
+1
*
[lib/ostruct] Allow overriding of `block_given?`
Marc-Andre Lafortune
2021-06-14
1
-3
/
+4
*
[ruby/ostruct] bump up
Nobuyoshi Nakada
2021-06-14
1
-3
/
+3
*
Add fallback block to `OpenStruct#delete_field` (#1409)
jfrazx
2021-06-14
1
-2
/
+9
*
[ruby/ostruct] Add compatibility for to_h with block in Ruby 2.5
Marc-Andre Lafortune
2021-04-28
1
-5
/
+15
*
[ruby/ostruct] Compatibility with Ruby 2.5
Marc-Andre Lafortune
2021-04-28
1
-1
/
+1
*
[ruby/ostruct] Bump version
Marc-Andre Lafortune
2021-01-13
1
-1
/
+1
*
Fix method protection for modules in the ancestry chain.
Marc-Andre Lafortune
2021-01-12
1
-1
/
+9
*
[ruby/ostruct] Bump version
Marc-Andre Lafortune
2021-01-05
1
-1
/
+1
*
[ruby/ostruct] Allow ostruct to return a value on super (#4028)
Adam Hess
2021-01-05
1
-0
/
+1
*
[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
[next]