diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2014-05-23 16:30:21 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2014-05-28 16:59:27 -0700 |
commit | eb5cea889f7916f4fec9a25b545faf16e8f4aeaf (patch) | |
tree | dd41a4d84880414f6e489c6b22434c4ad98123d2 /lib/chef/provider/mount.rb | |
parent | 4f98a63c8633029c70ec6c01c5cb84fd5d988b73 (diff) | |
download | chef-eb5cea889f7916f4fec9a25b545faf16e8f4aeaf.tar.gz |
moar comment tweaks
Diffstat (limited to 'lib/chef/provider/mount.rb')
-rw-r--r-- | lib/chef/provider/mount.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/chef/provider/mount.rb b/lib/chef/provider/mount.rb index ea0afbdd8d..6f132e44d4 100644 --- a/lib/chef/provider/mount.rb +++ b/lib/chef/provider/mount.rb @@ -117,8 +117,9 @@ class Chef end # - # NOTE: for the following methods, they will already have checked if the filesystem is enabled and/or mounted and - # will be called in converge_by blocks, so most defensive checking does not need to be done, just do the thing. + # NOTE: for the following methods, this superclass will already have checked if the filesystem is + # enabled and/or mounted and they will be called in converge_by blocks, so most defensive checking + # does not need to be done in the subclass implementation -- just do the thing. # # should implement mounting of the filesystem, raises if action does not succeed |