Class: Gem2Rpm::Format
- Inherits:
-
SimpleDelegator
- Object
- SimpleDelegator
- Gem2Rpm::Format
- Defined in:
- lib/gem2rpm/gem/format.rb
Instance Method Summary collapse
-
#file_entries ⇒ Object
Returns the value of attribute file_entries.
-
#gem_path ⇒ Object
Returns the value of attribute gem_path.
Instance Method Details
#file_entries ⇒ Object
Returns the value of attribute file_entries
13 14 15 16 17 |
# File 'lib/gem2rpm/gem/format.rb', line 13 def file_entries super rescue spec.files end |
#gem_path ⇒ Object
Returns the value of attribute gem_path
6 7 8 9 10 |
# File 'lib/gem2rpm/gem/format.rb', line 6 def gem_path super rescue spec.file_name end |