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