Class: Cardio::CLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/cardio.rb

Instance Method Summary collapse

Instance Method Details

#helloObject



9
10
11
# File 'lib/cardio.rb', line 9

def hello
  puts 'world'
end