Sha256: 72287752e4c77ebb2e14db3bb7233afae0baaf200da0937d833cb83db8cf31ca
Contents?: true
Size: 406 Bytes
Versions: 168
Compression:
Stored size: 406 Bytes
Contents
# frozen_string_literal: true require 'avm/projects/stereotype' module Avm module Projects module Stereotypes class RedminePlugin include Avm::Projects::Stereotype class << self def match?(path) File.exist?(path.real.subpath('init.rb')) end def color :light_magenta end end end end end end
Version data entries
168 entries across 168 versions & 2 rubygems