Sha256: 2d4e00e757a1086d09cf43bf499080195e0b74560d62ec69937f3cf7f92315d3

Contents?: true

Size: 165 Bytes

Versions: 4

Compression:

Stored size: 165 Bytes

Contents

module Capistrano
  module Env
    module Formatter
      class Base
        def self.filename
          "capenv.#{extname}"
        end
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
capistrano-env-0.3.3 lib/capistrano/env/formatter.rb
capistrano-env-0.3.2 lib/capistrano/env/formatter.rb
capistrano-env-0.3.1 lib/capistrano/env/formatter.rb
capistrano-env-0.3.0 lib/capistrano/env/formatter.rb