Method: Lono::Template::Bashify#initialize

Defined in:
lib/lono/template/bashify.rb

#initialize(options = {}) ⇒ Bashify

Returns a new instance of Bashify.



4
5
6
7
# File 'lib/lono/template/bashify.rb', line 4

def initialize(options={})
  @options = options
  @path = options[:path]
end