Class: Dmx::CLI

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

Instance Method Summary collapse

Instance Method Details

#helloObject



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

def hello
  puts "Hello world"
end