module WritingMethods::DFL::Head
Overview
A chunk of data that holds info about data in the DFL
Direct including types
Defined in:
write/write_head.crInstance Method Summary
-
#write(filename : String | Path)
Writes out the head given the filename
head = DFL::Head.new head.write("Path/To/MyHead.dpo")
-
#write(io : IO)
Writes out the head given the io
Instance Method Detail
def write(filename : String | Path)
#
Writes out the head given the filename
head = DFL::Head.new
head.write("Path/To/MyHead.dpo")