Class: SkipMove

Inherits:
Object
  • Object
show all
Includes:
HasHints
Defined in:
lib/software_challenge_client/skip_move.rb

Instance Attribute Summary

Attributes included from HasHints

#hints

Instance Method Summary collapse

Methods included from HasHints

#add_hint

Constructor Details

#initializeSkipMove

Returns a new instance of SkipMove.



5
6
7
# File 'lib/software_challenge_client/skip_move.rb', line 5

def initialize
  @hints = []
end