Module: GifCountdown

Defined in:
lib/gif_countdown.rb,
lib/gif_countdown/version.rb

Defined Under Namespace

Classes: Generator

Constant Summary collapse

VERSION =
'0.2.1'

Class Method Summary collapse

Class Method Details

.generate(**args) ⇒ Object



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

def self.generate(**args)
  GifCountdown::Generator.new(**args).call
end