module Moist

Constants

VERSION

Public Class Methods

mailer_registry() click to toggle source
# File lib/moist.rb, line 22
def self.mailer_registry
  @mailer_registry ||= MailerRegistry.new
end
step_registry() click to toggle source
# File lib/moist.rb, line 18
def self.step_registry
  @step_registry ||= Steps::Registry.new
end