Method: Rconftool::Setting#to_s

Defined in:
lib/rconftool.rb

#to_sObject



188
189
190
191
# File 'lib/rconftool.rb', line 188

def to_s
  return "#{@comment}#{@content}" if @name == HEADER_ID
  return "##NAME: #{@name}:#{@version}\n#{@comment}#{@content}"
end