diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2017-11-30 15:54:14 -0800 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2017-11-30 15:54:14 -0800 |
commit | 1bd8d0064d0633f2dde384f8d82828469739f9eb (patch) | |
tree | cc760b1e750806b7be9b418318f9baa439452f80 /lib/chef/version_constraint | |
parent | 7c5f4dee428b0d369e67fc31b4753ff8039d2c10 (diff) | |
download | chef-1bd8d0064d0633f2dde384f8d82828469739f9eb.tar.gz |
add future comments
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'lib/chef/version_constraint')
-rw-r--r-- | lib/chef/version_constraint/platform.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/chef/version_constraint/platform.rb b/lib/chef/version_constraint/platform.rb index 29f4678bb5..e39da194c6 100644 --- a/lib/chef/version_constraint/platform.rb +++ b/lib/chef/version_constraint/platform.rb @@ -16,6 +16,8 @@ require "chef/version_constraint" require "chef/version/platform" +# NOTE: this is fairly badly broken for its purpose and should not be used +# unless it gets fixed. see chef/version/platform. class Chef class VersionConstraint class Platform < Chef::VersionConstraint |