Sha256: 274fa9e3c4802f2f4176f10f28720972ace7d6b72e5096953d350e04f35adf6e
Contents?: true
Size: 262 Bytes
Versions: 15
Compression:
Stored size: 262 Bytes
Contents
# frozen_string_literal: true module Grumlin::Expressions::Pop SUPPORTED_STEPS = Grumlin.definitions.dig(:expressions, :pop).map(&:to_sym).freeze class << self extend Grumlin::Expressions::Expression define_steps(SUPPORTED_STEPS, "Pop") end end
Version data entries
15 entries across 15 versions & 1 rubygems