Module: Cuprum::Collections::Scopes::Building::ClassMethods
- Defined in:
- lib/cuprum/collections/scopes/building.rb
Overview
Class methods to extend when including the module.
Instance Method Summary collapse
-
#instance ⇒ Cuprum::Collections::Scopes::Builder
A singleton instance of the builder class.
Instance Method Details
#instance ⇒ Cuprum::Collections::Scopes::Builder
Returns a singleton instance of the builder class.
19 20 21 |
# File 'lib/cuprum/collections/scopes/building.rb', line 19 def instance @instance ||= new end |