Sha256: 85c61c1850d4443467ca6f6e7ce467d8163ae65dae8a7798c04b297279541790

Contents?: true

Size: 321 Bytes

Versions: 8

Compression:

Stored size: 321 Bytes

Contents

# frozen_string_literal: true

module Mutant
  module AST
    # Node meta information mixin
    module Meta

      # Metadata for restarg nodes
      class Restarg
        include NamedChildren, Concord.new(:node)

        children :name

        public :name
      end # Restarg

    end # Meta
  end # AST
end # Mutant

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
mutant-0.8.24 lib/mutant/ast/meta/restarg.rb
mutant-0.8.23 lib/mutant/ast/meta/restarg.rb
mutant-0.8.22 lib/mutant/ast/meta/restarg.rb
mutant-0.8.21 lib/mutant/ast/meta/restarg.rb
mutant-0.8.20 lib/mutant/ast/meta/restarg.rb
mutant-0.8.19 lib/mutant/ast/meta/restarg.rb
mutant-0.8.18 lib/mutant/ast/meta/restarg.rb
mutant-0.8.17 lib/mutant/ast/meta/restarg.rb