class Chef::Resource::Mount
Private Instance Methods
clear_fstype()
click to toggle source
Used by the AIX provider to set fstype to nil. TODO use property to make nil a valid value for fstype
# File lib/chef/resource/mount.rb, line 63 def clear_fstype @fstype = nil end