Class: Celerity::DefaultViewer
- Inherits:
-
Object
- Object
- Celerity::DefaultViewer
- Defined in:
- lib/celerity/default_viewer.rb
Constant Summary collapse
Class Method Summary collapse
Class Method Details
.close ⇒ Object
11 |
# File 'lib/celerity/default_viewer.rb', line 11 def close; end |
.save(path = nil) ⇒ Object
6 7 8 9 |
# File 'lib/celerity/default_viewer.rb', line 6 def save(path = nil) return unless path FileUtils.copy(IMAGE, path) end |