Module: Git
Instance Method Summary collapse
Instance Method Details
#ssh_keys ⇒ Object
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 |
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 |