module Pebblescape::Receiver

Constants

VERSION

Public Class Methods

start(command, app, commandline=nil) click to toggle source
# File lib/pebblescape/receiver.rb, line 7
def self.start(command, app, commandline=nil)
  Receiver.new(command, app, commandline)
end