class SemanticPuppet::VersionRange::GtRange
@api private
Public Instance Methods
Source
# File lib/semantic_puppet/version_range.rb, line 622 def exclude_begin? true end
Source
# File lib/semantic_puppet/version_range.rb, line 618 def include?(version) version > @version end
Source
# File lib/semantic_puppet/version_range.rb, line 630 def lower_bound? true end