Class: Lydown::Translation::Ripple::Noop

Inherits:
Root
  • Object
show all
Defined in:
lib/lydown/translation/ripple/nodes.rb

Instance Method Summary collapse

Methods inherited from Root

#_translate, #check_line_break, #source_line

Instance Method Details

#translate(stream, opts) ⇒ Object



209
210
211
# File 'lib/lydown/translation/ripple/nodes.rb', line 209

def translate(stream, opts)
  # noop
end