Method: LibGems::Uninstaller#spec
- Defined in:
- lib/libgems/uninstaller.rb
#spec ⇒ Object (readonly)
The LibGems::Specification for the gem being uninstalled, only set during #uninstall_gem
55 56 57 |
# File 'lib/libgems/uninstaller.rb', line 55 def spec @spec end |