Class: Chake::Readline::Commands
Class Method Summary
collapse
finish, history, init, readline
Class Method Details
.history_file ⇒ Object
53
54
55
|
# File 'lib/chake/readline.rb', line 53
def self.history_file
File.join(Chake.tmpdir, '.commands_history')
end
|
.prompt ⇒ Object
56
57
58
|
# File 'lib/chake/readline.rb', line 56
def self.prompt
'$ '
end
|