Class: Play
- Inherits:
-
Object
- Object
- Play
- Defined in:
- ext/cargo-vendor/codeowners-0.3.0/tests/fixtures/valid_project_with_overrides/ruby/app/cubs/services/play.rb,
ext/cargo-vendor/codeowners-0.3.0/tests/fixtures/valid_project_with_overrides/ruby/app/brewers/services/play.rb
Instance Method Summary collapse
-
#initialize(team) ⇒ Play
constructor
A new instance of Play.
- #play ⇒ Object
Constructor Details
#initialize(team) ⇒ Play
Returns a new instance of Play.
2 3 4 |
# File 'ext/cargo-vendor/codeowners-0.3.0/tests/fixtures/valid_project_with_overrides/ruby/app/brewers/services/play.rb', line 2 def initialize(team) @team = team end |
Instance Method Details
#play ⇒ Object
6 7 8 |
# File 'ext/cargo-vendor/codeowners-0.3.0/tests/fixtures/valid_project_with_overrides/ruby/app/brewers/services/play.rb', line 6 def play puts "Playing #{@team}!" end |