class RemoteDroid::WebServer

Public Class Methods

new(port: 9292) click to toggle source
Calls superclass method
# File lib/remotedroid/client.rb, line 358
def initialize(port: 9292)
  super(RemoteDroid::Client.new, port: port)
end