defmodule RRange.Ruby do @moduledoc """ Unimplemented. """ @spec __using__(any) :: list defmacro __using__(_opts) do RUtils.define_all_functions!(__MODULE__) end end