class Hyrb::Tasks::Creds::Show

Public Instance Methods

run(env) click to toggle source
# File lib/hyrb/tasks/creds.rb, line 19
def run(env)
  say env.creds.data.to_hash.to_yaml
end