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