Class: Emd::Base

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

Instance Method Summary collapse

Instance Method Details

#test(arg = nil) ⇒ Object

method_option :group, type: :boolean, aliases: ‘-g’ method_option :load, type: :string, aliases: ‘-l’ method_option :save, type: :string, aliases: ‘-s’ method_option :force, type: :boolean, aliases: ‘-f’



17
18
19
# File 'lib/emd.rb', line 17

def test(arg = nil)
  puts "test"
end