# File lib/riddle/configuration/parser.rb, line 138 def initialize(input) @stream = StringIO.new(input.gsub("\\\n", '')) @sections = {} end