Method: MyPrecious::ColumnOrder#each

Defined in:
lib/myprecious.rb

#each(&blk) ⇒ Object



373
374
375
# File 'lib/myprecious.rb', line 373

def each(&blk)
  @order.each(&blk)
end