Top Level Namespace

Instance Method Summary collapse

Instance Method Details

#convert_haml(file) ⇒ Object



5
6
7
# File 'lib/bootstrap-pdf.rb', line 5

def convert_haml file
  Haml::Engine.new(convert_html file).render
end

#convert_html(file) ⇒ Object



9
10
11
# File 'lib/bootstrap-pdf.rb', line 9

def convert_html file
  IO.read file
end