Module: Ree::FnDSL
- Defined in:
- lib/ree/fn_dsl.rb
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Class Method Details
.extended(base) ⇒ Object
9 10 11 |
# File 'lib/ree/fn_dsl.rb', line 9 def self.extended(base) base.extend(ClassMethods) end |
.included(base) ⇒ Object
4 5 6 7 |
# File 'lib/ree/fn_dsl.rb', line 4 def self.included(base) base.extend(ClassMethods) base.include(Ree::Inspectable) end |