Method: WordSearch::Plane::Base#total_points

Defined in:
lib/word_search/plane/base.rb

#total_pointsObject

Raises:

  • (NotImplementedError)


46
47
48
# File 'lib/word_search/plane/base.rb', line 46

def total_points
  raise NotImplementedError
end