NITRO.ex 254 B

12345678
  1. defmodule NITRO do
  2. require Record
  3. Enum.each(Record.extract_all(from_lib: "nitro/include/nitro.hrl"), fn {name,
  4. definition} ->
  5. Record.defrecord(name, definition)
  6. end)
  7. end