Sha256: 1e908c3cce8c706341794e967b4e8769e775868cf8cac299502740805a330f09
Contents?: true
Size: 362 Bytes
Versions: 26
Compression:
Stored size: 362 Bytes
Contents
# frozen_string_literal: true require 'eac_launcher/stereotype' 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
26 entries across 26 versions & 2 rubygems