Module: Uber::Builder::Build

Defined in:
lib/uber/builder.rb

Instance Method Summary collapse

Instance Method Details

#build!(context, *args) ⇒ Object

Call this from your class to compute the concrete target class.



36
37
38
# File 'lib/uber/builder.rb', line 36

def build!(context, *args)
  builders.(context, *args)
end