class Berkshelf::BerksfileNotFound
def initialize(filepath)
-
filepath
(#to_s
) --
def initialize(filepath) @filepath = File.dirname(File.expand_path(filepath)) rescue filepath end
def to_s
def to_s "No Berksfile or Berksfile.lock found at '#{@filepath}'!" end