Sha256: 91d6f3361a73623888dc74ad9e20a5b59e97aa9c40d5d19b9a301315b76ea1e7
Contents?: true
Size: 292 Bytes
Versions: 12
Compression:
Stored size: 292 Bytes
Contents
module Kl module Primitives # Extensions to the official set of K Lambda primitives. # Unlike the official primitives, these are allowed to be overridden # by the Shen sources later. module Extensions define_method 'do' do |a, b| b end end end end
Version data entries
12 entries across 12 versions & 1 rubygems