lib/dry/view/path.rb in dry-view-0.7.0 vs lib/dry/view/path.rb in dry-view-0.7.1
- old
+ new
@@ -36,10 +36,10 @@
def chdir(dirname)
self.class.new(dir.join(dirname), root: root)
end
def to_s
- dir
+ dir.to_s
end
private
def root?