# File lib/whiskey_disk.rb, line 60
  def branch
    (setting(:branch) and setting(:branch) != '') ? setting(:branch) : 'master'
  end