lib/rexec/connection.rb in rexec-1.5.1 vs lib/rexec/connection.rb in rexec-1.5.2
- old
+ new
@@ -48,13 +48,13 @@
@receive_mutex = Mutex.new
@send_mutex = Mutex.new
end
# The object that will handle remote proxy invocations.
- attr :handler, true
+ attr_accessor :handler
# Whether to send exceptions across the wire, or handle normally (e.g. print to stdout):
- attr :exceptions, true
+ attr_accessor :exceptions
# The proxy object that will dispatch RPCs.
attr :proxy
# The pipe used for reading data