Module: NullObjectAssociations
- Defined in:
- lib/null_object_associations.rb,
lib/null_object_associations/version.rb
Defined Under Namespace
Modules: SingletonMethods
Constant Summary collapse
- VERSION =
"0.0.4"
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
2 3 4 |
# File 'lib/null_object_associations.rb', line 2 def self.included base base.send :extend, SingletonMethods end |