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

Version Path
lono-7.5.2 lib/lono/template/strategy/dsl/builder/syntax/extend_with.rb
lono-7.5.1 lib/lono/template/strategy/dsl/builder/syntax/extend_with.rb
lono-7.5.0 lib/lono/template/strategy/dsl/builder/syntax/extend_with.rb
lono-7.4.11 lib/lono/template/strategy/dsl/builder/syntax/extend_with.rb
lono-7.4.10 lib/lono/template/strategy/dsl/builder/syntax/extend_with.rb
lono-7.4.9 lib/lono/template/strategy/dsl/builder/syntax/extend_with.rb
lono-7.4.8 lib/lono/template/strategy/dsl/builder/syntax/extend_with.rb
lono-7.4.7 lib/lono/template/strategy/dsl/builder/syntax/extend_with.rb
lono-7.4.6 lib/lono/template/strategy/dsl/builder/syntax/extend_with.rb
lono-7.4.5 lib/lono/template/strategy/dsl/builder/syntax/extend_with.rb
lono-7.4.4 lib/lono/template/strategy/dsl/builder/syntax/extend_with.rb
lono-7.4.3 lib/lono/template/strategy/dsl/builder/syntax/extend_with.rb
lono-7.4.2 lib/lono/template/strategy/dsl/builder/syntax/extend_with.rb
lono-7.4.1 lib/lono/template/strategy/dsl/builder/syntax/extend_with.rb
lono-7.4.0 lib/lono/template/strategy/dsl/builder/syntax/extend_with.rb
lono-7.3.2 lib/lono/template/strategy/dsl/builder/syntax/extend_with.rb
lono-7.3.1 lib/lono/template/strategy/dsl/builder/syntax/extend_with.rb
lono-7.3.0 lib/lono/template/strategy/dsl/builder/syntax/extend_with.rb
lono-7.2.3 lib/lono/template/strategy/dsl/builder/syntax/extend_with.rb
lono-7.2.2 lib/lono/template/strategy/dsl/builder/syntax/extend_with.rb