Libraries
»
github_backup
(0.1.4)
»
Index
»
GithubBackup
»
JSONStore
»
#to_s
Method: GithubBackup::JSONStore#to_s
Defined in:
lib/github_backup/json_store.rb
#
to_s
⇒
Object
46 47 48
# File 'lib/github_backup/json_store.rb', line 46
def
to_s
JSON
.
pretty_generate
(
data
)
end