module Facy::ImageViewer

Public Instance Methods

view_img(path, options={}) click to toggle source
# File lib/facy/image_viewer.rb, line 3
def view_img(path, options={})
  Image.new(path, options).draw
end