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