class LinuxGeneric

Public Instance Methods

add_comment(comment) click to toggle source

add a comment in the final conf

# File lib/oxidized/model/linuxgeneric.rb, line 8
def add_comment(comment)
  "\n###### #{comment} ######\n"
end