class Berkshelf::BerksfileNotFound
Public Class Methods
Source
# File lib/berkshelf/errors.rb, line 25 def initialize(filepath) @filepath = File.dirname(File.expand_path(filepath)) rescue filepath end
@param [#to_s] filepath
the path where a Berksfile was not found