Method: Rundoc::CodeCommand::Bash#to_md

Defined in:
lib/rundoc/code_command/bash.rb

#to_md(env = {}) ⇒ Object



16
17
18
19
20
# File 'lib/rundoc/code_command/bash.rb', line 16

def to_md(env = {})
  return @delegate.to_md(env) if @delegate

  "$ #{@line}"
end