Method: Rupert::RPM::Lead#binary_type?

Defined in:
lib/rupert/rpm/lead.rb

#binary_type?Boolean

Returns true if lead reports RPM as of binary type.

Returns:

  • (Boolean)

    true if lead reports RPM as of binary type



83
84
85
# File 'lib/rupert/rpm/lead.rb', line 83

def binary_type?
  @type == TYPE_BINARY
end