diff xsotter_class.rb @ 8:2ebeaae57e96

chop 140
author KAMURA Sota <c109047@e.koeki-u.ac.jp>
date Tue, 07 Feb 2012 23:26:41 +0900
parents 6c763cb4ea40
children 42e9379d8c1d
line wrap: on
line diff
--- a/xsotter_class.rb	Tue Feb 07 21:09:09 2012 +0900
+++ b/xsotter_class.rb	Tue Feb 07 23:26:41 2012 +0900
@@ -10,7 +10,7 @@
 class Xsotter
   
   def initialize (token_path)
-   p  @path = File.expand_path(token_path)
+     @path = File.expand_path(token_path)
     # @path = File.expand_path("~") + "/.xsotter_token"
     @login = false
     @kcode = "-e"

yatex.org