Sha256: 39cc303d6adf71753f3f4586619eab6b12f92c373d3e06d2ccfced031a84b3af
Contents?: true
Size: 230 Bytes
Versions: 8
Compression:
Stored size: 230 Bytes
Contents
module Simplabs module Excellent module Parsing class ConstantContext < SexpContext #:nodoc: def initialize(exp, parent) super @name = exp[1] end end end end end
Version data entries
8 entries across 8 versions & 1 rubygems