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