Sha256: 6de86fbcbfdbcf97275138bf2983bd94bbe6368fa1ac2876b5be2e436f511112

Contents?: true

Size: 287 Bytes

Versions: 6

Compression:

Stored size: 287 Bytes

Contents

module Mutant
  module AST
    # Node meta information mixin
    module Meta

      # Metadata for symbol nodes
      class Symbol
        include NamedChildren, Concord.new(:node)

        children :name

        public :name

      end # Symbol
    end # Meta
  end # AST
end # Mutant

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
mutant-0.8.16 lib/mutant/ast/meta/symbol.rb
mutant-0.8.15 lib/mutant/ast/meta/symbol.rb
mutant-0.8.14 lib/mutant/ast/meta/symbol.rb
mutant-0.8.13 lib/mutant/ast/meta/symbol.rb
mutant-0.8.12 lib/mutant/ast/meta/symbol.rb
mutant-0.8.11 lib/mutant/ast/meta/symbol.rb