Class: Sajad::CLI

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

Instance Method Summary collapse

Instance Method Details

#helloObject



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

def hello
  puts 'Hello'
end