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