Method: Rundoc::CodeCommand#to_md

Defined in:
lib/rundoc/code_command.rb

#to_md(env = {}) ⇒ Object

the output of the command, i.e. ‘$ cat foo.txt`



47
48
49
# File 'lib/rundoc/code_command.rb', line 47

def to_md(env = {})
  raise "not implemented on #{inspect}"
end