Module: Polist::Builder

Defined in:
lib/polist/builder.rb

Overview

Most of the code here is borrowed from Uber::Builder code See github.com/apotonick/uber/blob/master/lib/uber/builder.rb

Defined Under Namespace

Modules: ClassMethods Classes: Builders

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



7
8
9
# File 'lib/polist/builder.rb', line 7

def self.included(base)
  base.extend(ClassMethods)
end