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