Method: Penchant::Hooks.git?
- Defined in:
- lib/penchant/hooks.rb
.git? ⇒ Boolean
30 31 32 |
# File 'lib/penchant/hooks.rb', line 30 def self.git? File.directory?(GIT_HOOKS_DIR) end |
30 31 32 |
# File 'lib/penchant/hooks.rb', line 30 def self.git? File.directory?(GIT_HOOKS_DIR) end |