class Gamefic::Query::Base

def precision

Returns:
  • (::Integer) -
def precision
  @precision ||= calculate_precision
end