class Cardio::CLI

Public Instance Methods

hello() click to toggle source
# File lib/cardio.rb, line 9
def hello
  puts 'world'
end