Guest User

Untitled

a guest
May 16th, 2018
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. class Spooler
  2. class << self
  3. def initialize
  4. @connections = Array.new
  5. end
  6.  
  7. attr_accessor :connections
  8. end
  9. end
Add Comment
Please, Sign In to add comment