class Nexmo::Markdown::Pipelines::Smartling::Preprocessor

Public Class Methods

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