Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
Simplify contstant definition
Browse files Browse the repository at this point in the history
  • Loading branch information
pusewicz committed Nov 30, 2010
1 parent 1574c0d commit 0106bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/titan/thread.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module Titan
# that gets created automatically.
#
class Thread
TITAN_FILE = "#{File.expand_path('~')}/.titan"
TITAN_FILE = File.expand_path('.titan', '~')

attr_accessor :id, :pid

Expand Down

0 comments on commit 0106bab

Please sign in to comment.