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