class Gamefic::Query::Result
The result of a query.
Attributes
@return [String]
Public Class Methods
Source
# File lib/gamefic/query/result.rb, line 16 def initialize(match, remainder, strictness = 0) @match = match @remainder = remainder @strictness = strictness end