Arepo (Sasha Cooper)
- Login: Arepo
- Registered on: 06/09/2017
- Last sign in: 06/13/2017
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
06/09/2017
-
01:15 PM Ruby Bug #13647 (Closed): Some weird behaviour with keyword arguments
- I was just playing around and found this weird behaviour, which seems to be in at least Ruby 2.3.0 and Ruby 2.4.0:
~~~ ruby
hashie = Hashie::Mash.new(a: :b)
def foo(hashie)
hashie.inspect
end
def woo(has...