Sha256: 6b5125306c6815e31a1c3ec20cd4908e2ae355618f894c9c2e4123e42e0311de
Contents?: true
Size: 403 Bytes
Versions: 22
Compression:
Stored size: 403 Bytes
Contents
module Lono::Template::Strategy::Dsl::Builder::Syntax module ExtendWith def extend_with(extension) # Do nothing during the main DSL evaluation. The extend_with logical actual runs during during the # pre_evalation stage before project helpers are loaded. This allows project helper to override extend helpers. # Define the method here it does not error though. end end end
Version data entries
22 entries across 22 versions & 1 rubygems