Where did the other dollar go, Jeff?
blog.cloudandtree.com407 pointsby ezrast229 comments
$ irb
irb(main):001:0> def foo(x=70) = x
=> :foo
irb(main):002:0> i = 2
=> 2
irb(main):003:0> foo / 5/i
=> 7
irb(main):004:0> foo /5/i
=> /5/i
https://diff.wikimedia.org/2025/04/01/how-crawlers-impact-th...