module Resol::Builder
Most of the code here is borrowed from Uber::Builder code See github.com/apotonick/uber/blob/master/lib/uber/builder.rb
Public Class Methods
included(base)
click to toggle source
# File lib/resol/builder.rb, line 7 def self.included(base) base.extend(ClassMethods) end