ruby-changes:66482
From: Nobuyoshi <ko1@a...>
Date: Mon, 14 Jun 2021 23:47:34 +0900 (JST)
Subject: [ruby-changes:66482] 5dde13e5ce (master): [ruby/ostruct] bump up
https://git.ruby-lang.org/ruby.git/commit/?id=5dde13e5ce From 5dde13e5ce7236d1de428f6a74f1043c6893bacf Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Mon, 14 Jun 2021 23:30:31 +0900 Subject: [ruby/ostruct] bump up https://github.com/ruby/ostruct/commit/bb253be3e9 --- lib/ostruct.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/ostruct.rb b/lib/ostruct.rb index b3ff6ef..a4e7b44 100644 --- a/lib/ostruct.rb +++ b/lib/ostruct.rb @@ -107,7 +107,7 @@ https://github.com/ruby/ruby/blob/trunk/lib/ostruct.rb#L107 # For all these reasons, consider not using OpenStruct at all. # class OpenStruct - VERSION = "0.3.3" + VERSION = "0.4.0.pre" # # Creates a new OpenStruct object. By default, the resulting OpenStruct @@ -327,8 +327,8 @@ class OpenStruct https://github.com/ruby/ruby/blob/trunk/lib/ostruct.rb#L327 # # Removes the named field from the object and returns the value the field - # contained if it was defined. You may optionally provide a block. - # If the field is not defined, the result of the block is returned, + # contained if it was defined. You may optionally provide a block. + # If the field is not defined, the result of the block is returned, # or a NameError is raised if no block was given. # # require "ostruct" -- cgit v1.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/