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

Included in:
Lono::Template::Strategy::Dsl::Builder::Syntax
Defined in:
lib/lono/template/strategy/dsl/builder/syntax/extend_with.rb

Instance Method Summary collapse

Instance Method Details

#extend_with(extension) ⇒ Object



3
4
5
6
7
# 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