Sha256: 97f24bb585053944e63ef314453a42bb14b531ff4636fc4a0c7f159f2059103a

Contents?: true

Size: 413 Bytes

Versions: 6

Compression:

Stored size: 413 Bytes

Contents

module Culerity

  class RemoteBrowserProxy < RemoteObjectProxy
    def initialize(io, browser_options = {})
      @io = io
      unless browser_options.empty?
        @remote_object_id = 'celerity'
        configure_browser browser_options 
        @remote_object_id = nil
      end
      
    end
    
    private
    
    def remote_object_id
      (@remote_object_id || 'browser').inspect
    end
  end
  
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
caius-culerity-0.1.5 lib/culerity/remote_browser_proxy.rb
caius-culerity-0.1.6 lib/culerity/remote_browser_proxy.rb
langalex-culerity-0.1.2 lib/culerity/remote_browser_proxy.rb
langalex-culerity-0.1.3 lib/culerity/remote_browser_proxy.rb
langalex-culerity-0.1.4 lib/culerity/remote_browser_proxy.rb
langalex-culerity-0.1.5 lib/culerity/remote_browser_proxy.rb