class Serverspec::Type::Fstab
Public Instance Methods
has_entry?(entry)
click to toggle source
# File lib/serverspec/type/fstab.rb, line 3 def has_entry?(entry) @runner.check_fstab_has_entry(entry) end
to_s()
click to toggle source
# File lib/serverspec/type/fstab.rb, line 7 def to_s 'Fstab' end