class Proxifier::SOCKS4AProxy

Public Instance Methods

do_proxify(*) click to toggle source
# File lib/proxifier/proxies/socks4a.rb, line 5
def do_proxify(*)
  raise NotImplementedError, "SOCKS4A is not yet implemented"
end