Sha256: 2e98cf67e63289e39274afa93513c4d3e19b0d693da7f8b2cc71b5b243574a21
Contents?: true
Size: 206 Bytes
Versions: 3
Compression:
Stored size: 206 Bytes
Contents
# frozen_string_literal: true module Umwelt::Semantic::Plain class Space < Base def ast s(:module, const, nil) end def const s(:const, context&.const, csymbol) end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
umwelt-0.2 | lib/umwelt/semantic/plain/space.rb |
umwelt-0.1.1 | lib/umwelt/semantic/plain/space.rb |
umwelt-0.1.0 | lib/umwelt/semantic/plain/space.rb |