Class: Range

Inherits:
Object
  • Object
show all
Defined in:
lib/abnf.rb

Instance Method Summary collapse

Instance Method Details

#until_endObject

&blk



6
7
8
# File 'lib/abnf.rb', line 6

def until_end # &blk
  self.last.times{|i| yield i}
end