Module: Git

Extended by:
Git
Included in:
Git
Defined in:
lib/scripts/git/ssh_keys.rb

Instance Method Summary collapse

Instance Method Details

#ssh_keysObject



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

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