Sha256: 02ac176a62986f1c807db6d9562c9668cafd739aac8be39ccc5b572b5bd20a34

Contents?: true

Size: 331 Bytes

Versions: 4

Compression:

Stored size: 331 Bytes

Contents

# frozen_string_literal: true

module PicoApi
  module Generators
    module Commands
      class CreateRakefile < CopyTemplate
        private

        def destination_path
          '/Rakefile'
        end

        def template_relative_path
          '/generators/templates/Rakefile.erb'
        end
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
pico_api-0.0.4 lib/pico_api/generators/commands/create_rakefile.rb
pico_api-0.0.3 lib/pico_api/generators/commands/create_rakefile.rb
pico_api-0.0.2 lib/pico_api/generators/commands/create_rakefile.rb
pico_api-0.0.1 lib/pico_api/generators/commands/create_rakefile.rb