# File lib/packaging/config.rb, line 55
      def config(args={:target => nil, :format => :hash})
        case args[:format]
          when :hash
            self.config_to_hash
          when :yaml
            self.config_to_yaml(args[:target])
        end
      end