Method: Rundoc::CodeCommand::PrintText#to_md

Defined in:
lib/rundoc/code_command/print/text.rb

#to_md(env) ⇒ Object



7
8
9
10
11
12
13
# File 'lib/rundoc/code_command/print/text.rb', line 7

def to_md(env)
  if render_before?
    env[:before] << [@line, contents].compact.join("\n")
  end

  ""
end