Method: Rupert::RPM::Lead#source_type?
- Defined in:
- lib/rupert/rpm/lead.rb
#source_type? ⇒ Boolean
Returns true
if lead reports RPM as of source type.
88 89 90 |
# File 'lib/rupert/rpm/lead.rb', line 88 def source_type? @type == TYPE_SOURCE end |