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