Class: Pubid::Iec::Configuration
- Inherits:
-
Core::Configuration
- Object
- Core::Configuration
- Pubid::Iec::Configuration
- Defined in:
- lib/pubid/iec/configuration.rb
Instance Method Summary collapse
Instance Method Details
#typed_project_stages ⇒ Object
3 4 5 6 7 |
# File 'lib/pubid/iec/configuration.rb', line 3 def typed_project_stages types.inject({}) do |res, type| res.merge(type::PROJECT_STAGES) end end |