class Dotenv::Diff

def added

Return a Hash of keys added with their new values
def added
  b.slice(*(b.keys - a.keys))
end