Class: Waves::Applications
- Defined in:
- lib/waves/runtime/applications.rb
Instance Method Summary collapse
Instance Method Details
#[](name) ⇒ Object
4 |
# File 'lib/waves/runtime/applications.rb', line 4 def []( name ) ; self.find { |app| app.name.snake_case.to_sym == name } ; end |