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