# File lib/dotenv/parser.rb, line 40 def initialize(string, is_load = false) @string = string @hash = {} @is_load = is_load end