General

Profile

jfraser (Jeff Fraser)

Issues

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

Activity

07/20/2011

01:47 AM Ruby Feature #5054: Compress a sequence of ends
I find this syntax to be un-ruby like. If anything, using something like 'end!' seems more rubyish:
```ruby
module MyModule
class MyClass
def my_method
10.times do
if rand < 0.5
p :small
end!
...
jfraser (Jeff Fraser)

Also available in: Atom