module Sendmark
Constants
- VERSION
Public Class Methods
new(args, &block)
click to toggle source
# File lib/sendmark.rb, line 14 def new(args, &block) Sendmark::Mail.new(args, &block) end
# File lib/sendmark.rb, line 14 def new(args, &block) Sendmark::Mail.new(args, &block) end