method
validate_specification_version
v2_6_3 -
Show latest stable
- Class:
Gem::SpecificationPolicy
validate_specification_version()private
No documentation available.
# File lib/rubygems/specification_policy.rb, line 261
def validate_specification_version
return if specification_version.is_a?(Integer)
error 'specification_version must be an Integer (did you mean version?)'
end