# File lib/rudy/disks.rb, line 24
24:     def exists?(path)
25:       !get(path).nil?
26:     end