Class: EacLauncher::Stereotypes::RedminePlugin

Inherits:
Object
  • Object
show all
Includes:
EacLauncher::Stereotype
Defined in:
lib/eac_launcher/stereotypes/redmine_plugin.rb

Class Method Summary collapse

Methods included from EacLauncher::Stereotype

git_stereotypes, included, nogit_stereotypes

Class Method Details

.colorObject



15
16
17
# File 'lib/eac_launcher/stereotypes/redmine_plugin.rb', line 15

def color
  :light_magenta
end

.match?(path) ⇒ Boolean



11
12
13
# File 'lib/eac_launcher/stereotypes/redmine_plugin.rb', line 11

def match?(path)
  File.exist?(path.real.subpath('init.rb'))
end