Class Chef::VersionConstraint
In: lib/chef/version_constraint.rb
Parent: Object

Methods

==   eql?   include?   inspect   new   to_s  

Constants

DEFAULT_CONSTRAINT = ">= 0.0.0"
STANDARD_OPS = %w(< > <= >=)
OPS = %w(< > = <= >= ~>)
PATTERN = /^(#{OPS.join('|')}) (.+)$/

Attributes

op  [R] 
version  [R] 

Public Class methods

Public Instance methods

==(o)

Alias for eql?

[Validate]