Current section

Files

Jump to
split_client lib boundary yaml yaml.ex
Raw

lib/boundary/yaml/yaml.ex

defmodule SplitClient.Boundary.YAML do
@moduledoc false
@behaviour SplitClient.Boundary.YAMLBehaviour
def read_from_file!(path, options \\ []) do
YamlElixir.read_from_file!(path, options)
end
end