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