Sha256: 0116bde55dfad87b830dc20cc507c0ac40e16d06ae8632370a9b1040a4e809b7

Contents?: true

Size: 338 Bytes

Versions: 6

Compression:

Stored size: 338 Bytes

Contents

module Mutant
  module AST
    # Node meta information mixin
    module Meta

      # Metadata for resbody nodes
      class Resbody
        include NamedChildren, Concord.new(:node)

        children :captures, :assignment, :body

        public :captures, :assignment, :body
      end # Resbody

    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/resbody.rb
mutant-0.8.15 lib/mutant/ast/meta/resbody.rb
mutant-0.8.14 lib/mutant/ast/meta/resbody.rb
mutant-0.8.13 lib/mutant/ast/meta/resbody.rb
mutant-0.8.12 lib/mutant/ast/meta/resbody.rb
mutant-0.8.11 lib/mutant/ast/meta/resbody.rb