32 33 34 35 36 37 38
# File 'lib/bake/base.rb', line 32 def self.inspect if path = self.path "Bake::Base[#{path.join(':')}]" else super end end