Sha256: fd35647140500e337176ba3770349f19b7956ff67462680e50a25186c7870f0a

Contents?: true

Size: 151 Bytes

Versions: 4

Compression:

Stored size: 151 Bytes

Contents

# frozen_string_literal: true

module ActiveGraph
  module Core
    module Node
      def labels
        @labels ||= super
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
activegraph-12.0.0.beta.4 lib/active_graph/core/node.rb
activegraph-12.0.0.beta.3 lib/active_graph/core/node.rb
activegraph-12.0.0.beta.2 lib/active_graph/core/node.rb
activegraph-12.0.0.beta.1 lib/active_graph/core/node.rb