Method: GithubBackup::JSONStore#exists?

Defined in:
lib/github_backup/json_store.rb

#exists?Boolean

Returns:

  • (Boolean)


21
22
23
# File 'lib/github_backup/json_store.rb', line 21

def exists?
  File.exist?(@path)
end