module Climatic::Script::Base::ClassMethods

Public Instance Methods

start() click to toggle source
# File lib/climatic/script/base.rb, line 10
def start
  script = new
  script.run
end