Module: AttrInherited
- Defined in:
- lib/attr_inherited.rb,
lib/attr_inherited/version.rb
Defined Under Namespace
Modules: AttrInheritedMacro
Constant Summary collapse
- VERSION =
"1.0.0"
Class Method Summary collapse
-
.included(base) ⇒ Object
:nodoc:.
Class Method Details
.included(base) ⇒ Object
:nodoc:
5 6 7 |
# File 'lib/attr_inherited.rb', line 5 def self.included(base) #:nodoc: base.extend(AttrInheritedMacro) end |