General

Profile

ta1kt0me (hiroki tokutomi)

  • Login: ta1kt0me
  • Registered on: 03/27/2017
  • Last sign in: 03/27/2017

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

03/27/2017

07:12 AM Ruby Bug #13370 (Rejected): instance_exec occurs "no receiver given (ArgumentError)"
ArgumentError occurs in 2.4.1 on below code. It's the same in trunk.
```ruby
class Foo
def one
puts 1
end
end
Foo.new.instance_exec(&:one)
# => ArgumentError: no receiver given
```
But it's differece behavior with...
ta1kt0me (hiroki tokutomi)

Also available in: Atom