Rename main.cr to ipc.cr.
This commit is contained in:
parent
448b56ee3a
commit
736b5b5472
@ -1,5 +1,5 @@
|
|||||||
require "cbor"
|
require "cbor"
|
||||||
require "./main.cr"
|
require "./ipc.cr"
|
||||||
|
|
||||||
# IPC::CBOR is the root class for all exchanged messages (using CBOR).
|
# IPC::CBOR is the root class for all exchanged messages (using CBOR).
|
||||||
# IPC::CBOR inherited classes have a common 'type' class attribute,
|
# IPC::CBOR inherited classes have a common 'type' class attribute,
|
||||||
|
Loading…
Reference in New Issue
Block a user