Method: LHS::Problems::Base#count

Defined in:
lib/lhs/problems/base.rb

#countObject



65
66
67
# File 'lib/lhs/problems/base.rb', line 65

def count
  to_a.size
end