class Jeweler
def version_file_exist?
def version_file_exist? File.exist?(@version_helper.plaintext_path) || File.exist?(@version_helper.yaml_path) end
def version_file_exist? File.exist?(@version_helper.plaintext_path) || File.exist?(@version_helper.yaml_path) end