class Dotenv::EnvTemplate

def is_comment?(line)

def is_comment?(line)
  line.strip.start_with?("#")
end