Class: MrHyde::Commands::Remove

Inherits:
MrHyde::Command show all
Defined in:
lib/mr_hyde/commands/remove.rb

Class Method Summary collapse

Methods inherited from MrHyde::Command

configuration, configuration_from_options

Class Method Details

.process(args, opts = {}) ⇒ Object



8
9
10
# File 'lib/mr_hyde/commands/remove.rb', line 8

def process(args, opts = {})
  Blog.remove args, opts
end