Sha256: 0ce178d7ec787910cdc410f8cb5b841cddc7ba40f15f6e28772143e3ac8387f3

Contents?: true

Size: 180 Bytes

Versions: 4

Compression:

Stored size: 180 Bytes

Contents

module ActiveGraph
  module Core
    class Label < Element
      def pattern(spec)
        "(#{spec})"
      end

      def element_type
        'NODE'
      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/label.rb
activegraph-12.0.0.beta.3 lib/active_graph/core/label.rb
activegraph-12.0.0.beta.2 lib/active_graph/core/label.rb
activegraph-12.0.0.beta.1 lib/active_graph/core/label.rb