Method: Rundoc::CodeCommand::Raw#call

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

#call(env = {}) ⇒ Object



9
10
11
# File 'lib/rundoc/code_command/raw.rb', line 9

def call(env = {})
  contents.to_s
end