Method: Rundoc::CodeCommand#push
- Defined in:
- lib/rundoc/code_command.rb
#push(contents) ⇒ Object Also known as: <<
34 35 36 37 |
# File 'lib/rundoc/code_command.rb', line 34 def push(contents) @contents ||= "" @contents << contents end |