class Openbsd
Public Instance Methods
add_comment(comment)
click to toggle source
Add a comment between files/configs
# File lib/redoxed/model/openbsd.rb, line 10 def add_comment(comment) "\n+++++++++++++++++++++++++++++++++++++++++ #{comment} ++++++++++++++++++++++++++++++++++++++++++++++\n" end
add_small_comment(comment)
click to toggle source
# File lib/redoxed/model/openbsd.rb, line 14 def add_small_comment(comment) "\n=============== #{comment} ===============\n" end