Class: Svgeez::Commands::Build

Inherits:
Svgeez::Command show all
Defined in:
lib/svgeez/commands/build.rb

Class Method Summary collapse

Methods inherited from Svgeez::Command

inherited, init_with_program, subclasses

Class Method Details

.process(options) ⇒ Object



5
6
7
# File 'lib/svgeez/commands/build.rb', line 5

def process(options)
  Svgeez::Builder.new(options).build
end