module Dckerize

Constants

VERSION

Public Class Methods

root() click to toggle source
# File lib/dckerize.rb, line 8
def self.root
  File.dirname __dir__
end
templates() click to toggle source
# File lib/dckerize.rb, line 12
def self.templates
  File.join root, 'templates'
end