Class: Rubygoal::Coach
- Inherits:
-
Object
- Object
- Rubygoal::Coach
- Defined in:
- lib/rubygoal/coach.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#formation(match) ⇒ Object
7 8 9 |
# File 'lib/rubygoal/coach.rb', line 7 def formation(match) raise NotImplementedError end |
#name ⇒ Object
3 4 5 |
# File 'lib/rubygoal/coach.rb', line 3 def name raise NotImplementedError end |