General

Profile

okuramasafumi (Masafumi OKURA)

  • Login: okuramasafumi
  • Registered on: 04/13/2019
  • Last sign in: 02/26/2024

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 2 3 5

Activity

03/18/2024

02:37 AM Ruby master Revision e6487a92 (git): [ruby/irb] docs(help): Add latest options to ja help message
(https://github.com/ruby/irb/pull/903)
https://github.com/ruby/irb/commit/3c6d452495
okuramasafumi (Masafumi OKURA)

01/09/2024

04:01 PM Ruby master Feature #18948: Add `with_private_method` option to `private_constant`
I'm convinced by Jeremy's argument. Please someone close this issue. okuramasafumi (Masafumi OKURA)
03:43 PM Ruby master Feature #16142: Implement code_range in Proc and Method
Hi I noticed we didn't get any conclusion on this topic.
I agree that method name should be something different. It ...
okuramasafumi (Masafumi OKURA)
09:18 AM Ruby master Feature #16137: Add === to UnboundMethod
Now that we have had pattern match for a while, I agree with Eregon, we can utilize it more rather than adding new me... okuramasafumi (Masafumi OKURA)

11/30/2023

12:35 PM Ruby master Revision 18f218d6 (git): Add some test cases to Data test
I noticed that `deconstruct` and `hash` don't have enough coverage.
The behavior of `hash` is documented so I copied it.
okuramasafumi (Masafumi OKURA)

10/25/2023

07:49 AM Ruby master Revision bf136230 (git): [Doc] Improve documentation of PP
* Remove mention to `require 'pp'` for `pretty_inspect`
* Mention the need to add `require 'pp'` to customize
`#pre...
okuramasafumi (Masafumi OKURA)

04/26/2023

05:37 PM Ruby master Bug #19619: Numbered parameters don't work with method definition with parameters
The result of the last code:
```
undefined method `bar' for #<Object:0x0000000108e20438> (NoMethodError)
```
okuramasafumi (Masafumi OKURA)
05:32 PM Ruby master Bug #19619 (Closed): Numbered parameters don't work with method definition with parameters
This works:
```ruby
class Foo
def bar(baz) = 'foo'
end
p Foo.new.bar('baz')
```
This also works:
``...
okuramasafumi (Masafumi OKURA)

02/21/2023

10:31 AM Ruby master Revision 260bc7cd (git): [ruby/strscan] Add test case to `test_string`
(https://github.com/ruby/strscan/pull/58)
`string` returns the original string after `scan` is called. Current
test ...
okuramasafumi (Masafumi OKURA)
10:31 AM Ruby master Revision a44f5ab0 (git): [ruby/strscan] Mention return value of `rest?` in the doc
(https://github.com/ruby/strscan/pull/49)
The doc of `rest?` was unclear about return value. This commit adds the
re...
okuramasafumi (Masafumi OKURA)

Also available in: Atom