class FluentQuery::Tokens::Raw

Represents query raw token.

Public Class Methods

new(arguments) click to toggle source

Initializes token.

Calls superclass method FluentQuery::Token::new
# File lib/fluent-query/tokens/raw.rb, line 18
def initialize(arguments)
    super(:" ", arguments)
end