Class: Pod::Command::RepoArt::Remove
- Inherits:
-
Pod::Command::RepoArt
- Object
- Pod::Command
- Pod::Command::RepoArt
- Pod::Command::RepoArt::Remove
- Defined in:
- lib/pod/command/repo_art/remove.rb
Instance Method Summary collapse
-
#initialize(argv) ⇒ Remove
constructor
A new instance of Remove.
- #run ⇒ Object
- #validate! ⇒ Object
Constructor Details
Instance Method Details
#run ⇒ Object
25 26 27 |
# File 'lib/pod/command/repo_art/remove.rb', line 25 def run @cmd.run end |
#validate! ⇒ Object
20 21 22 23 |
# File 'lib/pod/command/repo_art/remove.rb', line 20 def validate! super @cmd.validate! end |