class ProxyRE

Public Class Methods

new() click to toggle source
# File lib/proxyre.rb, line 2
def initialize
  @version = 'v0.0.0'
  puts 'INTIALISED PRE'
end