Method: Rupert::RPM::Lead#rpm?
- Defined in:
- lib/rupert/rpm/lead.rb
#rpm? ⇒ Boolean
Tells if the file is recognized as an RPM or not
78 79 80 |
# File 'lib/rupert/rpm/lead.rb', line 78 def rpm? @magic == MAGIC end |
Tells if the file is recognized as an RPM or not
78 79 80 |
# File 'lib/rupert/rpm/lead.rb', line 78 def rpm? @magic == MAGIC end |