Class: RgGen::Core::OutputBase::FeatureFactory
- Inherits:
-
Base::FeatureFactory
- Object
- Base::FeatureFactory
- RgGen::Core::OutputBase::FeatureFactory
- Includes:
- RaiseError
- Defined in:
- lib/rggen/core/output_base/feature_factory.rb
Instance Method Summary collapse
Methods included from RaiseError
Methods inherited from Base::FeatureFactory
Methods included from Base::SharedContext
Constructor Details
This class inherits a constructor from RgGen::Core::Base::FeatureFactory
Instance Method Details
#create(component, configuration, register_map) ⇒ Object
9 10 11 |
# File 'lib/rggen/core/output_base/feature_factory.rb', line 9 def create(component, configuration, register_map) create_feature(component, configuration, register_map) end |