Method: Bmg::Relation::InMemory#each

Defined in:
lib/bmg/relation/in_memory.rb

#each(&bl) ⇒ Object



15
16
17
# File 'lib/bmg/relation/in_memory.rb', line 15

def each(&bl)
  @operand.each(&bl)
end