Class: ProxyRE
- Inherits:
-
Object
- Object
- ProxyRE
- Defined in:
- lib/proxyre.rb
Instance Method Summary collapse
-
#initialize ⇒ ProxyRE
constructor
A new instance of ProxyRE.
Constructor Details
#initialize ⇒ ProxyRE
Returns a new instance of ProxyRE.
2 3 4 5 |
# File 'lib/proxyre.rb', line 2 def initialize @version = 'v0.0.0' puts 'INTIALISED PRE' end |