# File lib/dotenv/environment.rb, line 16
    def read
      File.open(@filename, "rb:bom|utf-8", &:read)
    end