Sha256: c959dc7fbf4af647a6e9901af04d23cfa9e1414b03ef76a352d89645c0259acf

Contents?: true

Size: 309 Bytes

Versions: 1

Compression:

Stored size: 309 Bytes

Contents

require "platina_world/runners/base"

module PlatinaWorld
  module Runner
    class Dry < Base
      private

      def generate_directory(path)
        # noop
      end

      def generate_file_with_dir(path)
        # noop
      end

      def generate_file(path)
        # noop
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
platina_world-0.1.5 lib/platina_world/runners/dry.rb