class Gamefic::Query::Integer

def accept?(_subject, token)

def accept?(_subject, token)
  token.is_a?(::Integer)
end