Module: Foobara::CommandPatternImplementation::Concerns::Reflection
- Includes:
- Foobara::Concern, Manifestable
- Included in:
- Foobara::CommandPatternImplementation
- Defined in:
- foobara-0.0.110/projects/command/src/command_pattern_implementation/concerns/reflection.rb
Defined Under Namespace
Modules: ClassMethods
Instance Method Summary collapse
Methods included from Foobara::Concern
foobara_class_methods_module_for, foobara_concern?, included
Instance Method Details
#initialize ⇒ Object
8 9 10 11 |
# File 'foobara-0.0.110/projects/command/src/command_pattern_implementation/concerns/reflection.rb', line 8 def initialize(...) self.class.all << self super end |