class Dotenv::Environment

def read

def read
  File.open(@filename, "rb:bom|utf-8", &:read)
end