Class: Abaddon::Runner

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

Instance Method Summary collapse

Constructor Details

#initialize(args) ⇒ Runner

Returns a new instance of Runner.



39
40
41
42
43
44
45
# File 'lib/abaddon.rb', line 39

def initialize(args)
  if args.size > 0
    args.each { |template| Abaddon.load template }
  else
    Abaddon.message :blank
  end
end