module SQLSearch

Constants

VERSION

Public Class Methods

parse(input) click to toggle source
# File lib/sql_search_parser.rb, line 3
def self.parse input
  SQLSearch::Parser.new.parse(input)
end