Module: Aquarium::Aspects::DSL::AspectDSL
- Includes:
- DSLMethods
- Defined in:
- lib/aquarium/dsl/aspect_dsl.rb
Class Method Summary collapse
-
.append_features(clazz) ⇒ Object
Add the methods as class, not instance, methods.
Methods included from DSLMethods
Class Method Details
.append_features(clazz) ⇒ Object
Add the methods as class, not instance, methods.
79 80 81 |
# File 'lib/aquarium/dsl/aspect_dsl.rb', line 79 def self.append_features clazz super(class << clazz; self; end) end |