class Nexmo::Markdown::Pipelines::Smartling::Download

Public Class Methods

new(_options = {}) click to toggle source
Calls superclass method
# File lib/nexmo_markdown_renderer/pipelines/smartling/download.rb, line 6
def initialize(_options = {})
  super(
    I18n::Smartling::FrontmatterFilter,
    I18n::Smartling::EscapeFilter
  )
end