module Novika::ICapability
Overview
Instance-side (include
) interface to a Novika capability.
All capability instances must be compatible with this module.
Direct including types
- Novika::Capabilities::IConsole
- Novika::Capabilities::IDisk
- Novika::Capabilities::IFrontend
- Novika::Capabilities::IInk
- Novika::Capabilities::Impl::Bit
- Novika::Capabilities::Impl::Colors
- Novika::Capabilities::Impl::Essential
- Novika::Capabilities::Impl::FFI
- Novika::Capabilities::Impl::Nki
- Novika::Capabilities::ISystem
Defined in:
novika/capability.crConstructors
Instance Method Summary
-
#capabilities : CapabilityCollection
Returns the collection this capability is a part of.
-
#inject(into target : Block)
Injects the vocabulary of this capability into the target block.