Parent

Methods

Class/Module Index [+]

Quicksearch

Sequel::ASTTransformer

The ASTTransformer class is designed to handle the abstract syntax trees that Sequel uses internally and produce modified copies of them. By itself it only produces a straight copy. It's designed to be subclassed and have subclasses returned modified copies of the specific nodes that need to be modified.

Public Instance Methods

transform(obj) click to toggle source

Return obj or a potentially transformed version of it.

# File lib/sequel/ast_transformer.rb, line 9
def transform(obj)
  v(obj)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.