Skip to content

Commit

Permalink
attr_reader for @tic_dir
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffWelling committed Feb 22, 2011
1 parent 81b5c21 commit 6c357e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ticgit-ng/base.rb
Expand Up @@ -3,7 +3,7 @@ class NoRepoFound < StandardError;end
class Base

attr_reader :git, :logger
attr_reader :tic_working, :tic_index
attr_reader :tic_working, :tic_index, :tic_dir
attr_reader :last_tickets, :current_ticket # saved in state
attr_reader :config
attr_reader :state, :config_file
Expand Down

0 comments on commit 6c357e6

Please sign in to comment.