class Berkshelf::BzrLocation::BzrNotInstalled
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/berkshelf/locations/bzr.rb, line 11 def initialize super 'You need to install Bazaar before you can download ' \ 'cookbooks from bzr repositories. For more information, please ' \ 'see the Bazaar docs: http://bazaar.canonical.com.' end