lib/grumlin/tools/u.rb in grumlin-0.12.1 vs lib/grumlin/tools/u.rb in grumlin-0.12.2
- old
+ new
@@ -2,10 +2,10 @@
module Grumlin
module Tools
module U
# TODO: add other start steps
- SUPPORTED_STEPS = %i[V addV count 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 outV project repeat timeLimit unfold valueMap
values].freeze
class << self
SUPPORTED_STEPS.each do |step|
define_method step do |*args|