module Declarative::Builder::Build
Public Instance Methods
build!(context, *args, **options)
click to toggle source
Call this from your class to compute the concrete target class.
# File lib/declarative/builder.rb, line 36 def build!(context, *args, **options) builders.(context, *args, **options) end