Method: Distillery::Release#initialize
- Defined in:
- lib/distillery/game/release.rb
#initialize(name, region:) ⇒ Release
Create a new instance of Release.
24 25 26 27 28 29 |
# File 'lib/distillery/game/release.rb', line 24 def initialize(name, region:) @name = name @region = region @@regions.add(region) end |