Class: Gem::Validator::ErrorData
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
self,
Struct
|
|
Instance Chain:
self,
Struct
|
|
Inherits: |
Struct
|
Defined in: | lib/rubygems/validator.rb |
Overview
Describes a problem with a file in a gem.
Instance Attribute Summary
Instance Method Summary
- #<=>(other) Internal use only
Instance Attribute Details
#path (rw)
Describes a problem with a file in a gem.
# File 'lib/rubygems/validator.rb', line 64
ErrorData = Struct.new :path, :problem do def <=>(other)
#problem (rw)
Describes a problem with a file in a gem.
# File 'lib/rubygems/validator.rb', line 64
ErrorData = Struct.new :path, :problem do def <=>(other)
Instance Method Details
#<=>(other)
This method is for internal use only.
[ GitHub ]