Method: Chef::Provider::Mount::Mount#initialize

Defined in:
lib/chef/provider/mount/mount.rb

#initialize(new_resource, run_context) ⇒ Mount

Returns a new instance of Mount.



29
30
31
32
# File 'lib/chef/provider/mount/mount.rb', line 29

def initialize(new_resource, run_context)
  super
  @real_device = nil
end