module Bundler

def current_env_file?

def current_env_file?
  env_file.exist? && (env_file.read(100) =~ /Bundler #{Bundler::VERSION}/)
end