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.1"
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
4 5 6 |
# File 'lib/null_object_associations.rb', line 4 def self.included base base.send :extend, SingletonMethods end |