# File lib/fssm/pathname.rb, line 17
    def is_virtual?
      !!(VIRTUAL_REGEX =~ to_s)
    end