Class: Git::SshKeys

Inherits:
Object
  • Object
show all
Defined in:
lib/scripts/git/ssh_keys.rb

Instance Method Summary collapse

Instance Method Details

#runObject



3
4
5
6
7
# File 'lib/scripts/git/ssh_keys.rb', line 3

def run
  timed_run "something" do
    puts "hello"
  end
end