Method: XCCache::JSONRepresentable#save
- Defined in:
- lib/xccache/core/syntax/json.rb
#save(to: nil) ⇒ Object
12 13 14 |
# File 'lib/xccache/core/syntax/json.rb', line 12 def save(to: nil) (to || path).write(JSON.pretty_generate(raw)) end |