Method: GithubBackup::JSONStore#to_s

Defined in:
lib/github_backup/json_store.rb

#to_sObject



46
47
48
# File 'lib/github_backup/json_store.rb', line 46

def to_s
  JSON.pretty_generate(data)
end