module Retl

Constants

VERSION

Attributes

configuration[R]

Public Class Methods

configure(&block) click to toggle source
# File lib/retl.rb, line 12
def configure(&block)
  block.call(@configuration)
end