# File lib/generators/templates/application/common/merb_thor/ops.rb, line 6
      def self.collect(str)
        collector = new
        collector.instance_eval(str)
        collector.dependencies
      end