Class: Fart::CLI

Inherits:
Thor
  • Object
show all
Includes:
Thor::Actions
Defined in:
lib/fart/cli.rb

Instance Method Summary collapse

Instance Method Details

#fartObject



10
11
12
13
14
# File 'lib/fart/cli.rb', line 10

def fart
  say("Surprise!!!", :yellow)
  Paad.play()
  say("Smell and breathe this Sucker!, huhahaha.. :D", :yellow)
end