Method: Upwords::Game#undo_last

Defined in:
lib/upwords/game.rb

#undo_lastObject



53
54
55
# File 'lib/upwords/game.rb', line 53

def undo_last
  @moves.undo_last(current_player)
end