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