Stores options which appear at the beginning of a file, without a preceding section.
# File lib/iniparse/lines.rb, line 230 def to_ini # Remove the leading space which is added by joining the blank line # content with the options. super.gsub(/\A\n/, '') end
# File lib/iniparse/lines.rb, line 226 def initialize super('__anonymous__') end