class Tapioca::Config

Constants

DEFAULT_COMMAND
DEFAULT_DSLDIR
DEFAULT_GEMDIR
DEFAULT_OVERRIDES
DEFAULT_POSTREQUIRE
DEFAULT_RBIDIR
DEFAULT_TODOSPATH
SORBET_CONFIG
SORBET_PATH
TAPIOCA_CONFIG
TAPIOCA_PATH

Public Instance Methods

outpath() click to toggle source
# File lib/tapioca/config.rb, line 19
def outpath
  @outpath = T.let(@outpath, T.nilable(Pathname))
  @outpath ||= Pathname.new(outdir)
end