class Praxis::Links::DSLCompiler

Attributes

Public Class Methods

new(target, dsl_compiler_options:{}, **options) click to toggle source
Calls superclass method
# File lib/praxis/links.rb, line 8
def initialize(target, dsl_compiler_options:{}, **options)
  @links = dsl_compiler_options[:links]

  super
end

Public Instance Methods