class Mailtime::NullLayoutCollection

Public Instance Methods

html() click to toggle source
# File lib/mailtime/renderers/null_layout.rb, line 42
def html
  NullHTMLLayout.new
end
text() click to toggle source
# File lib/mailtime/renderers/null_layout.rb, line 46
def text
  NullTextLayout.new
end