Class: Minesweeper::Core::Explosives::NullMine

Inherits:
Object
  • Object
show all
Defined in:
lib/minesweeper/core/explosives/null_mine.rb

Instance Method Summary collapse

Instance Method Details

#triggerObject



5
6
7
# File 'lib/minesweeper/core/explosives/null_mine.rb', line 5

def trigger
  #do nothing, it's a null mine
end