Method: GithubBackup::JSONStore#data

Defined in:
lib/github_backup/json_store.rb

#dataObject



11
12
13
# File 'lib/github_backup/json_store.rb', line 11

def data
  @data || load!
end