Sha256: 6016fe53a304e9b675a8b539c02d2e1b1e0946b5f6cb34d5bcaeb13c9f5af7b4

Contents?: true

Size: 203 Bytes

Versions: 5

Compression:

Stored size: 203 Bytes

Contents

# frozen_string_literal: true

module Grumlin
  module Expressions
    module T
      extend Tool

      SUPPORTED_STEPS = %i[id label].freeze

      define_steps(SUPPORTED_STEPS, "T")
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
grumlin-0.14.2 lib/grumlin/expressions/t.rb
grumlin-0.14.1 lib/grumlin/expressions/t.rb
grumlin-0.14.0 lib/grumlin/expressions/t.rb
grumlin-0.13.1 lib/grumlin/expressions/t.rb
grumlin-0.13.0 lib/grumlin/expressions/t.rb