Dune.Session.new

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

Specs

new() :: t()

Returns a new empty session.

Examples

iex> Dune.Session.new()
#Dune.Session<last_result: nil, ...>