module Rt

Constants

VERSION

Public Class Methods

transform(*args) click to toggle source
# File lib/rt.rb, line 5
def self.transform *args
  Transformer.instance.call *args
end