lib/hyperstack/hotloader/socket.rb in hyperstack-config-1.0.alpha1.8 vs lib/hyperstack/hotloader/socket.rb in hyperstack-config-1.0.0.pre.alpha1
- old
+ new
@@ -14,10 +14,10 @@
class Socket
def self.supported?
Browser.supports? :WebSocket
end
- include Native::Wrapper
+ include Native
include IO::Writable
def on(str, &block)
puts "putting #{str}"
b = block