class Minesweeper::Core::Elements::RevealedState
Public Instance Methods
to_s()
click to toggle source
# File lib/minesweeper/core/elements/revealed_state.rb, line 5 def to_s "R" end
# File lib/minesweeper/core/elements/revealed_state.rb, line 5 def to_s "R" end