class Gamefic::Action

def strictness

Returns:
  • (Integer) -
def strictness
  matches.sum(0, &:strictness)
end