Method: Fairy::PInputIota#basic_each

Defined in:
lib/fairy/node/p-input-iota.rb

#basic_each(&block) ⇒ Object



23
24
25
26
27
# File 'lib/fairy/node/p-input-iota.rb', line 23

def basic_each(&block)
  for i in @first..@last
	block.call i
  end
end