Sha256: 7bdf69c610f4889f855f0657d08fda847f9620ee6fe8a2686c34da094fbc5fae

Contents?: true

Size: 208 Bytes

Versions: 5

Compression:

Stored size: 208 Bytes

Contents

# frozen_string_literal: true

module Grumlin
  module Expressions
    module Scope
      extend Tool

      SUPPORTED_STEPS = %i[local].freeze

      define_steps(SUPPORTED_STEPS, "Scope")
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

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