Class: Chef::VersionConstraint::Platform

Inherits:
Chef::VersionConstraint show all
Defined in:
lib/chef/version_constraint/platform.rb

Constant Summary collapse

VERSION_CLASS =
Chef::Version::Platform

Constants inherited from Chef::VersionConstraint

DEFAULT_CONSTRAINT, OPS, PATTERN, STANDARD_OPS

Instance Attribute Summary

Attributes inherited from Chef::VersionConstraint

#op, #version

Method Summary

Methods inherited from Chef::VersionConstraint

#eql?, #include?, #initialize, #inspect, #to_s

Constructor Details

This class inherits a constructor from Chef::VersionConstraint