module Lono::Template::Strategy::Dsl::Builder::Syntax::ExtendWith

Public Instance Methods

extend_with(extension) click to toggle source
# File lib/lono/template/strategy/dsl/builder/syntax/extend_with.rb, line 3
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