class Gamefic::Query::Result


The result of a query.

def initialize(match, remainder, strictness = 0)

def initialize(match, remainder, strictness = 0)
  @match = match
  @remainder = remainder
  @strictness = strictness
end