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

- old
+ new

@@ -2,12 +2,11 @@ module Grumlin module Tools module U # TODO: add other start steps - SUPPORTED_STEPS = %i[V addV count drop fold has id inE inV label out outE outV project repeat timeLimit unfold - valueMap - values].freeze + SUPPORTED_STEPS = %i[V addV count drop fold has 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)