Skip to content

Commit

Permalink
Add moduledoc to Wanda.EvaluationEngine
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziosestito committed Jul 12, 2023
1 parent f0c197e commit 8c71e51
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/wanda/evaluation_engine.ex
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
defmodule Wanda.EvaluationEngine do
@moduledoc """
This module wraps the Rhai engine and provides a simple interface for
evaluating expressions.
It also sets some default options for the engine.
"""

alias Rhai.{Engine, Scope}

def new do
Expand Down

0 comments on commit 8c71e51

Please sign in to comment.