Sha256: ecf82769b23d514784bd54b032424a9b818dd6d6e368b5f7a3307bd6a68cea1e

Contents?: true

Size: 243 Bytes

Versions: 7

Compression:

Stored size: 243 Bytes

Contents

# frozen_string_literal: true

module Grumlin
  module Expressions
    module T
      SUPPORTED_STEPS = %i[id label].freeze

      class << self
        extend Expression

        define_steps(SUPPORTED_STEPS, "T")
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
grumlin-0.15.3 lib/grumlin/expressions/t.rb
grumlin-0.15.2 lib/grumlin/expressions/t.rb
grumlin-0.15.1 lib/grumlin/expressions/t.rb
grumlin-0.15.0 lib/grumlin/expressions/t.rb
grumlin-0.14.5 lib/grumlin/expressions/t.rb
grumlin-0.14.4 lib/grumlin/expressions/t.rb
grumlin-0.14.3 lib/grumlin/expressions/t.rb