class Foreman::Export::Bluepill
Public Instance Methods
export()
click to toggle source
Calls superclass method
Foreman::Export::Base#export
# File lib/foreman/export/bluepill.rb, line 6 def export super clean "#{location}/#{app}.pill" write_template "bluepill/master.pill.erb", "#{app}.pill", binding end