class Git::SshKeys

Public Instance Methods

run() click to toggle source
# File lib/scripts/git/ssh_keys.rb, line 3
def run
  timed_run "something" do
    puts "hello"
  end
end