Class: Quincunx::Builder
- Inherits:
-
Object
- Object
- Quincunx::Builder
- Defined in:
- lib/quincunx/builder.rb
Instance Method Summary collapse
-
#initialize(args, matchers) ⇒ Builder
constructor
A new instance of Builder.
- #params ⇒ Object
Constructor Details
#initialize(args, matchers) ⇒ Builder
Returns a new instance of Builder.
5 6 7 8 |
# File 'lib/quincunx/builder.rb', line 5 def initialize(args, matchers) @args = args @matchers = matchers end |