Method: Factbase#size

Defined in:
lib/factbase.rb

#sizeInteger

Size, the total number of facts in the factbase.

Returns:

  • (Integer)

    How many facts are in there



98
99
100
# File 'lib/factbase.rb', line 98

def size
  @maps.size
end