Module: Trailblazer::Operation::Skill::Accessors
- Extended by:
- Forwardable
- Defined in:
- lib/trailblazer/operation/class_dependencies.rb
Overview
The class-level skill container: Operation::[], ::[]=.
Instance Method Summary collapse
-
#skills ⇒ Object
:private:.
Instance Method Details
#skills ⇒ Object
:private:
7 8 9 |
# File 'lib/trailblazer/operation/class_dependencies.rb', line 7 def skills @skills ||= {} end |