# File lib/benelux/packer.rb, line 161 161: def determine_count(args,ret) 162: return 1 if @blk.nil? 163: self.instance_exec args, ret, &blk 164: end