class Chake::Readline::Commands
Public Class Methods
history_file()
click to toggle source
# File lib/chake/readline.rb, line 53 def self.history_file File.join(Chake.tmpdir, '.commands_history') end
prompt()
click to toggle source
# File lib/chake/readline.rb, line 56 def self.prompt '$ ' end