lib/grumlin/u.rb in grumlin-0.9.0 vs lib/grumlin/u.rb in grumlin-0.10.0

- old
+ new

@@ -1,10 +1,10 @@ # frozen_string_literal: true module Grumlin module U # TODO: add other start steps - SUPPORTED_START_STEPS = %w[V addV count has out unfold values].freeze + SUPPORTED_START_STEPS = %w[V addV count fold has out repeat unfold values].freeze class << self SUPPORTED_START_STEPS.each do |step| define_method step do |*args| AnonymousStep.new(step, *args)