Class: Hyrb::Commands::Defaults

Inherits:
Hyrb::Command show all
Defined in:
lib/hyrb/commands/defaults.rb

Instance Method Summary collapse

Methods inherited from Hyrb::Command

subc

Instance Method Details

#buildObject



10
11
12
# File 'lib/hyrb/commands/defaults.rb', line 10

def build
  pipeline(Hyrb::Tasks::Defaults::Build)
end

#editObject



15
16
17
# File 'lib/hyrb/commands/defaults.rb', line 15

def edit
  pipeline(Hyrb::Tasks::Defaults::Edit)
end

#showObject



5
6
7
# File 'lib/hyrb/commands/defaults.rb', line 5

def show
  pipeline(Hyrb::Tasks::Defaults::Show)
end