Sha256: f73d7f13298259c5c36a2c2bcd07b0c1f4aa0e82ec61e3cbee92e78fb33ded8f
Contents?: true
Size: 452 Bytes
Versions: 1
Compression:
Stored size: 452 Bytes
Contents
# See AutomateIt::Interpreter for usage information. module AutomateIt # :nodoc: # AutomateIt version VERSION=Gem::Version.new("0.71006") # Instantiates a new Interpreter. See documentation for # Interpreter#setup. def self.new(opts={}) Interpreter.new(opts) end # Invokes an Interpreter on the recipe. See documentation for # Interpreter::invoke. def self.invoke(recipe, opts={}) Interpreter.invoke(recipe, opts) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
automateit-0.71006 | lib/automateit/root.rb |