Method: Webby::Apps::Main.run

Defined in:
lib/webby/apps/main.rb

.run(args) ⇒ Object

Create a new instance of Main, and run the webby application given the command line args.



11
12
13
# File 'lib/webby/apps/main.rb', line 11

def self.run( args )
  self.new.run args
end