class Fixingthenet::Installer::App

Public Instance Methods

full_name() click to toggle source
# File lib/fixingthenet/installer/app.rb, line 7
def full_name
  "fixingthenet-#{name}"
end
root() click to toggle source
# File lib/fixingthenet/installer/app.rb, line 11
def root
  apps_root.join(full_name)
end