Class: Hyrb::Tasks::Creds::Edit
- Inherits:
-
Hyrb::Task
- Object
- Hyrb::Task
- Hyrb::Tasks::Creds::Edit
- Defined in:
- lib/hyrb/tasks/creds.rb
Instance Attribute Summary
Attributes inherited from Hyrb::Task
Instance Method Summary collapse
Methods inherited from Hyrb::Task
depends, #initialize, prompt, prompts, #run_before
Constructor Details
This class inherits a constructor from Hyrb::Task
Instance Method Details
#run(env) ⇒ Object
33 34 35 |
# File 'lib/hyrb/tasks/creds.rb', line 33 def run(env) edit(env.creds.filepath) end |