class EacLauncher::Stereotypes::RedminePlugin

Public Class Methods

color() click to toggle source
# File lib/eac_launcher/stereotypes/redmine_plugin.rb, line 15
def color
  :light_magenta
end
match?(path) click to toggle source
# File lib/eac_launcher/stereotypes/redmine_plugin.rb, line 11
def match?(path)
  File.exist?(path.real.subpath('init.rb'))
end