Class: LNCS::Actions

Inherits:
Thor
  • Object
show all
Includes:
Thor::Actions
Defined in:
lib/lncs/actions.rb

Instance Method Summary collapse

Constructor Details

#initialize(sources, args = [], options = {}, config = {}) ⇒ Actions

Returns a new instance of Actions.



7
8
9
10
# File 'lib/lncs/actions.rb', line 7

def initialize(sources, args = [], options = {}, config = {})
  super(args, options, config)
  @source_paths = [sources]
end