Class: Rubygoal::Coach

Inherits:
Object
  • Object
show all
Defined in:
lib/rubygoal/coach.rb

Direct Known Subclasses

AnotherCoach, CoachAway, CoachHome, MyCoach

Instance Method Summary collapse

Instance Method Details

#formation(match) ⇒ Object

Raises:

  • (NotImplementedError)


7
8
9
# File 'lib/rubygoal/coach.rb', line 7

def formation(match)
  raise NotImplementedError
end

#nameObject

Raises:

  • (NotImplementedError)


3
4
5
# File 'lib/rubygoal/coach.rb', line 3

def name
  raise NotImplementedError
end