module MailRotator

Constants

VERSION

Public Instance Methods

mail(options) click to toggle source
Calls superclass method
# File lib/mail_rotator.rb, line 6
def mail(options)
  Switcher.treat(self.class)
  super(options)
end