# File lib/specinfra/command/base/file.rb, line 103 def check_is_mounted(path) regexp = "on #{path} " "mount | grep -- '#{escape(regexp)}'" end