Class: Idiotz::CLI

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

Instance Method Summary collapse

Instance Method Details

#highlightObject



12
13
14
# File 'lib/idiotz/cli.rb', line 12

def highlight
  Idiotz::Highlight.execute
end

#holaObject



7
8
9
# File 'lib/idiotz/cli.rb', line 7

def hola
  puts Idiotz::Hola.hi
end