Method: Bmg::Operator::Constants#each

Defined in:
lib/bmg/operator/constants.rb

#eachObject



25
26
27
28
29
30
# File 'lib/bmg/operator/constants.rb', line 25

def each
  return to_enum unless block_given?
  @operand.each do |tuple|
    yield extend_it(tuple)
  end
end