Sha256: 6d0df57d06bbfb63eb9ff656dcefd3d60e41ad0210f4bd085cc451c31204f1ef

Contents?: true

Size: 452 Bytes

Versions: 4

Compression:

Stored size: 452 Bytes

Contents

# See AutomateIt::Interpreter for usage information.
module AutomateIt # :nodoc:
  # AutomateIt version
  VERSION=Gem::Version.new("0.80624")

  # 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

4 entries across 4 versions & 2 rubygems

Version Path
automate-it-0.9.2 lib/automateit/root.rb
automate-it-0.9.1 lib/automateit/root.rb
automate-it-0.9.0 lib/automateit/root.rb
automateit-0.80624 lib/automateit/root.rb