lib/punchblock/connection/connected.rb in punchblock-0.5.0 vs lib/punchblock/connection/connected.rb in punchblock-0.5.1

- old
+ new

@@ -1,15 +1,13 @@ module Punchblock module Connection Connected = Class.new do - class << self - def source - nil - end + def source + nil + end - def client=(other) - nil - end + def client=(other) + nil end end end end