class Gamefic::Response
def precision
-
(Integer)
-
Other tags:
- Note: - Precision is decreased if the response has a nil verb.
def precision @precision ||= calculate_precision end
(Integer)
-
def precision @precision ||= calculate_precision end