Packages

A bridge between Glamorous Toolkit (GT) and the BEAM VM, enabling remote code evaluation, object inspection, and Phlow view rendering.

Current section

Files

Jump to
gt_bridge lib examples e_module_creator_scratch.ex
Raw

lib/examples/e_module_creator_scratch.ex

defmodule Examples.EModuleCreatorScratch do
def hello, do: :world
end