Class: Git::SshKeys
- Inherits:
-
Object
- Object
- Git::SshKeys
- Defined in:
- lib/scripts/git/ssh_keys.rb
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
3 4 5 6 7 |
# File 'lib/scripts/git/ssh_keys.rb', line 3 def run timed_run "something" do puts "hello" end end |