class Bindgen::GlueReader
- Bindgen::GlueReader
- Reference
- Object
Overview
Reads glue-code from the assets/glue.cr file, for it to be inserted into
the generated .cr file.
Defined in:
bindgen/glue_reader.crConstant Summary
-
MARKER =
"########## SNIP ##########" -
PATH =
"/srv/crystaldoc.info/github-kalinon-bindgen-last-working/src/bindgen/../../assets/glue.cr"
Class Method Summary
-
.read : String
Returns the glue code from
PATH, skipping the header.