class Hyrb::Tasks::Creds::Edit

Public Instance Methods

run(env) click to toggle source
# File lib/hyrb/tasks/creds.rb, line 35
def run(env)
  edit(env.creds.filepath)
end