class Hyrb::Commands::Defaults
Public Instance Methods
build()
click to toggle source
# File lib/hyrb/commands/defaults.rb, line 10 def build pipeline(Hyrb::Tasks::Defaults::Build) end
edit()
click to toggle source
# File lib/hyrb/commands/defaults.rb, line 15 def edit pipeline(Hyrb::Tasks::Defaults::Edit) end
show()
click to toggle source
# File lib/hyrb/commands/defaults.rb, line 5 def show pipeline(Hyrb::Tasks::Defaults::Show) end