module Stanwood

Constants

VERSION

Public Class Methods

execute(argv) click to toggle source
# File lib/stanwood.rb, line 7
def self.execute(argv)
  Stanwood::Configurator.new(argv).run
end