lib/guard/yard/server.rb in guard-yard-1.0.2 vs lib/guard/yard/server.rb in guard-yard-2.0.0

- old
+ new

@@ -1,10 +1,10 @@ require 'socket' module Guard class Yard class Server - attr_accessor :pid, :port, :hide_stderr + attr_accessor :pid, :port def initialize(port, stdout, stderr) @port = port || '8808' @stdout = stdout @stderr = stderr