lib/tapioca/config.rb in tapioca-0.5.2 vs lib/tapioca/config.rb in tapioca-0.5.3
- old
+ new
@@ -12,9 +12,10 @@
const(:exclude_generators, T::Array[String])
const(:typed_overrides, T::Hash[String, String])
const(:todos_path, String)
const(:generators, T::Array[String])
const(:file_header, T::Boolean, default: true)
+ const(:doc, T::Boolean, default: false)
sig { returns(Pathname) }
def outpath
@outpath = T.let(@outpath, T.nilable(Pathname))
@outpath ||= Pathname.new(outdir)