class
Gem::Validator
v2_5_5 -
Show latest stable
- Superclass: Object
Validator performs various gem file and gem database validation
Included modules
- Gem::UserInteraction
Constants
ErrorData = Struct.new :path, :problem do\ndef <=> other # :nodoc:\nreturn nil unless self.class === other\n\n[path, problem] <=> [other.path, other.problem]\nend\nend
Files
- lib/rubygems/validator.rb