Method: Integer#supto

Defined in:
lib/HDLRuby/std/sequencer.rb

#supto(val, &ruby_block) ⇒ Object

HW upto iteration.



2311
2312
2313
# File 'lib/HDLRuby/std/sequencer.rb', line 2311

def supto(val,&ruby_block)
    return (self..val).seach(&ruby_block)
end