120 121 122 123 124 125 126
# File 'lib/bagman/document.rb', line 120 def bag(&blk) if block_given? @bag = Bag.new(self, &blk) else @bag end end