module QuickLook

Constants

VERSION

Public Class Methods

close(path) click to toggle source
# File lib/quick_look.rb, line 13
def close(path)
  instance.close(path)
end
instance() click to toggle source
# File lib/quick_look.rb, line 5
def instance
  @instance ||= Instance.new
end
open(path) click to toggle source
# File lib/quick_look.rb, line 9
def open(path)
  instance.open(path)
end