class Berkshelf::HgLocation::HgNotInstalled

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/berkshelf/locations/hg.rb, line 11
def initialize
  super 'You need to install Mercurial before you can download ' \
    'cookbooks from hg repositories. For more information, please ' \
    'see the Mercurial docs: http://mercurial.selenic.com/wiki/Download.'
end