class SocketClientFlash

Public Instance Methods

post_init() click to toggle source

Methods

Calls superclass method SocketClientBase#post_init
# File lib/mrpin/core/remote/socket/flash/socket_client_flash.rb, line 15
def post_init
  super

  @policy_regexp   = /^<policy-file-request\/>/ #full request is <policy-file-request/>
end