Sha256: 61e589deada269c57282ec692595f66c94c4393ed87c8094be510f4e0eefae76
Contents?: true
Size: 202 Bytes
Versions: 6
Compression:
Stored size: 202 Bytes
Contents
# frozen_string_literal: true module Grumlin module Tools module Scope extend Tool SUPPORTED_STEPS = %i[local].freeze define_steps(SUPPORTED_STEPS, "Scope") end end end
Version data entries
6 entries across 6 versions & 1 rubygems