# File lib/monkey/ext/string.rb, line 149
        def mountpoint?
          Pathname(self).mountpoint?
        end