about summary refs log tree commit homepage
path: root/lib/dtas/unix_client.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dtas/unix_client.rb')
-rw-r--r--lib/dtas/unix_client.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dtas/unix_client.rb b/lib/dtas/unix_client.rb
index d2ae7b8..40dedcc 100644
--- a/lib/dtas/unix_client.rb
+++ b/lib/dtas/unix_client.rb
@@ -13,7 +13,7 @@ class DTAS::UNIXClient # :nodoc:
   include DTAS::XS
 
   def self.default_path
-    (ENV["DTAS_PLAYER_SOCK"] || File.expand_path("~/.dtas/player.sock")).b
+    (ENV["DTAS_PLAYER_SOCK"] || File.expand_path("~/.dtas/player.sock"))
   end
 
   def initialize(path = self.class.default_path)