class Openbsd

Public Instance Methods

add_comment(comment) click to toggle source

Add a comment between files/configs

# File lib/oxidized/model/openbsd.rb, line 12
def add_comment(comment)
  "\n+++++++++++++++++++++++++++++++++++++++++ #{comment} ++++++++++++++++++++++++++++++++++++++++++++++\n"
end
add_small_comment(comment) click to toggle source
# File lib/oxidized/model/openbsd.rb, line 16
def add_small_comment(comment)
  "\n=============== #{comment} ===============\n"
end