Sha256: 4bf44a1efe685a6ac57fb0980bcea60ce6ec7728b3c03023fd230a0f61bd1f54

Contents?: true

Size: 390 Bytes

Versions: 1

Compression:

Stored size: 390 Bytes

Contents

# See AutomateIt::Interpreter for usage information.
module AutomateIt # :nodoc:
  # 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.70923 lib/automateit/root.rb