class Dmx::CLI

Public Instance Methods

hello() click to toggle source
# File lib/dmx.rb, line 7
def hello
  puts "Hello world"
end