Method: Openbsd#add_comment
- Defined in:
- lib/oxidized/model/openbsd.rb
#add_comment(comment) ⇒ Object
Add a comment between files/configs
12 13 14 |
# File 'lib/oxidized/model/openbsd.rb', line 12 def add_comment(comment) "\n+++++++++++++++++++++++++++++++++++++++++ #{comment} ++++++++++++++++++++++++++++++++++++++++++++++\n" end |