Ergo.Context.new

You're seeing just the function new, go back to Ergo.Context module for more information.

Examples

iex> Context.new() %Context{}

Examples:

iex> Context.new("Hello World") %Context{status: :ok, input: "Hello World", line: 1, col: 1, index: 0}