Module: FPM::Fry::Plugin::ScriptHelper::DebianRenderer

Extended by:
RenderErb
Defined in:
lib/fpm/fry/plugin/script_helper.rb

Class Method Summary collapse

Methods included from RenderErb

render_path

Class Method Details

.call(script) ⇒ Object



34
35
36
# File 'lib/fpm/fry/plugin/script_helper.rb', line 34

def self.call(script)
  render_path(script,'debian')
end