class Chake::Readline::Recipes
Public Class Methods
history_file()
click to toggle source
# File lib/chake/readline.rb, line 59 def self.history_file File.join(Chake.tmpdir, '.recipes_history') end
prompt()
click to toggle source
# File lib/chake/readline.rb, line 63 def self.prompt '> ' end