class EacLauncher::Stereotypes::Git

Public Class Methods

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