Class: Ephemeral::Command

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

Instance Method Summary collapse

Instance Method Details

#exec(name) ⇒ Object



8
9
10
# File 'lib/ephemeral/command.rb', line 8

def exec(name)
  puts "Hello: #{name}"
end