Sha256: bc8a66ca694539c99dd752435426b71abf9b1bfb9af0e0617241e02cd61da231

Contents?: true

Size: 290 Bytes

Versions: 6

Compression:

Stored size: 290 Bytes

Contents

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

6 entries across 6 versions & 1 rubygems

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