module Photoapp
Constants
- VERSION
Public Instance Methods
gem_dir(*paths)
click to toggle source
# File lib/photoapp.rb, line 10 def gem_dir(*paths) File.expand_path(File.join(File.dirname(__FILE__), '..', *paths)) end
print(path)
click to toggle source
Handle printing
# File lib/photoapp.rb, line 15 def print(path) system "lpr #{path}" end