Class: ASTTransform::Transformation

Inherits:
AbstractTransformation show all
Defined in:
lib/ast_transform/transformation.rb

Constant Summary collapse

TRANSFORM_AST =
s(:send, nil, :transform!)

Method Summary

Methods inherited from AbstractTransformation

#process, #run

Methods included from TransformationHelper

included