Class: Waves::Applications

Inherits:
Array
  • Object
show all
Defined in:
lib/runtime/runtime.rb

Overview

A temporary measure until the applications “array” becomes a hash. Currently used to keep track of all loaded Waves applications.

Instance Method Summary collapse

Instance Method Details

#[](name) ⇒ Object



6
# File 'lib/runtime/runtime.rb', line 6

def []( name ) ; self.find { |app| app == name.to_s.camel_case } ; end