Class: Kompo::KompoVfsPath::FromHomebrew

Inherits:
Taski::Section
  • Object
show all
Defined in:
lib/kompo/tasks/kompo_vfs_path.rb

Overview

Install via Homebrew (Section to handle installed vs not installed)

Defined Under Namespace

Classes: Install, Installed

Instance Method Summary collapse

Instance Method Details

#implObject



53
54
55
# File 'lib/kompo/tasks/kompo_vfs_path.rb', line 53

def impl
  kompo_vfs_installed? ? Installed : Install
end