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

- old
+ new

@@ -2,10 +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 outV project repeat timeLimit unfold valueMap + SUPPORTED_STEPS = %i[V addV count drop fold has id 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|