# File lib/celerity/default_viewer.rb, line 6 def save(path = nil) return unless path FileUtils.copy(IMAGE, path) end