module Validate::AST

Constants

CORE_CONSTRAINTS

Public Class Methods

build(*args, &block) click to toggle source
# File lib/validate/ast.rb, line 6
def self.build(*args, &block)
  Generator.new
           .generate(*args, &block)
           .freeze
end