Sha256: 5a3bf247dae816a8b7d8f8ca0d568dba9317220da97e7234c495114c9b4690fa
Contents?: true
Size: 242 Bytes
Versions: 4
Compression:
Stored size: 242 Bytes
Contents
# frozen_string_literal: true module Avm module Instances class Configuration < ::EacRubyUtils::Configs TEST_COMMAND_KEY = 'test.command' def test_command read_command(TEST_COMMAND_KEY) end end end end
Version data entries
4 entries across 4 versions & 1 rubygems