TODO
Returns:
20 21 22 23
# File 'lib/chess_rb/position.rb', line 20 def valid? return @valid if !@valid.nil? return true end