module BeamerRemote

Constants

BUNDLE_IDENTIFIER
VERSION

Public Class Methods

play(path) click to toggle source
# File lib/beamer-remote.rb, line 7
def play(path)
  system("open", "-b", BUNDLE_IDENTIFIER, path)
end