class Chake::Readline::Recipes

Public Class Methods

history_file() click to toggle source
# File lib/chake/readline.rb, line 62
def self.history_file
  File.join(Chake.tmpdir, '.recipes_history')
end
prompt() click to toggle source
# File lib/chake/readline.rb, line 65
def self.prompt
  '> '
end