lib/grumlin/tools/u.rb in grumlin-0.12.4 vs lib/grumlin/tools/u.rb in grumlin-0.12.5

- old
+ new

@@ -2,11 +2,11 @@ module Grumlin module Tools module U # TODO: add other start steps - SUPPORTED_STEPS = %i[V addV count drop fold has id in inE inV label out outE outV project repeat timeLimit unfold - valueMap values].freeze + SUPPORTED_STEPS = %i[V addV count drop fold has hasLabel id in inE inV label out outE outV project repeat + timeLimit unfold valueMap values].freeze class << self SUPPORTED_STEPS.each do |step| define_method step do |*args| AnonymousStep.new(step, *args)