diff xsotter_class.rb @ 5:f1a06832e7de

change xsotter*
author KAMURA Sota <c109047@e.koeki-u.ac.jp>
date Tue, 07 Feb 2012 17:40:51 +0900
parents b79b888eceac
children 6c763cb4ea40
line wrap: on
line diff
--- a/xsotter_class.rb	Mon Feb 06 18:02:12 2012 +0900
+++ b/xsotter_class.rb	Tue Feb 07 17:40:51 2012 +0900
@@ -10,7 +10,7 @@
 class Xsotter
   
   def initialize (token_path)
-    @path = File.expand_path("~") + token_path
+    @path = File.expand_path(token_path)
     # @path = File.expand_path("~") + "/.xsotter_token"
     @login = false
     @kcode = "-e"

yatex.org