module Ddr::Derivatives

Constants

DERIVATIVES

Eventually, we should inject the generator (probably) and the options (certainly) for each derivative (e.g., from configuration)

Public Class Methods

configure() { |self| ... } click to toggle source

Yields an object with module configuration accessors

# File lib/ddr/derivatives.rb, line 28
def self.configure
  yield self
end