module EmailCampaign

Constants

VERSION

Public Class Methods

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

Yield self on setup for nice config blocks

# File lib/email_campaign.rb, line 9
def self.setup
  yield self
end