バグ #673 » utils.rb.diff
mikutter/core/utils.rb 2014-05-13 18:54:43.000000000 +0900 | ||
---|---|---|
end
|
||
end
|
||
FOLLOW_DIR = File.expand_path('..')
|
||
FOLLOW_DIR = File.expand_path(File.join(File.dirname(__FILE__), '..'))
|
||
def __write_stderr (msg)
|
||
$stderr.write(msg.gsub(FOLLOW_DIR, '{MIKUTTER_DIR}')+"\n")
|
||
end
|