Sha256: b655a5a7e4343bcd19a6c986c0b99f6891e53fcfa60253d4ceadc33aa9c5de02
Contents?: true
Size: 296 Bytes
Versions: 8
Compression:
Stored size: 296 Bytes
Contents
module EacLauncher module Stereotypes class RedminePlugin include EacLauncher::Stereotype class << self def match?(path) File.exist?(path.real.subpath('init.rb')) end def color :light_magenta end end end end end
Version data entries
8 entries across 8 versions & 1 rubygems