Sha256: 27bbc9edddf4a7c5d605f2d7754b81636d3f2f971f14d44cb9653598a5cfaed6
Contents?: true
Size: 336 Bytes
Versions: 11
Compression:
Stored size: 336 Bytes
Contents
module Lucid # This module defines the API for programming language support in Lucid. # While Lucid itself is written in Ruby, any programming language can # be supported by implementing this API. Each language implementation # must manage its own events and must execute them at appropriate times. module Interface end end
Version data entries
11 entries across 11 versions & 1 rubygems