Method: EacLauncher::Project#initialize
- Defined in:
- lib/eac_launcher/project.rb
#initialize(name, instances) ⇒ Project
Returns a new instance of Project.
7 8 9 10 |
# File 'lib/eac_launcher/project.rb', line 7 def initialize(name, instances) @name = name @instances = instances.to_a end |