lib/r_socks/config.rb in r_socks-0.2.3 vs lib/r_socks/config.rb in r_socks-0.2.4
- old
+ new
@@ -76,7 +76,15 @@
end
def enable_ssl?
!!@store[:enable_ssl]
end
+
+ def instances=(number)
+ @store[:instance] = number
+ end
+
+ def instances
+ @store[:instance] || 1
+ end
end
end
\ No newline at end of file