Module: Haml::Helpers

Defined in:
lib/haml-partial.rb

Instance Method Summary collapse

Instance Method Details

#partial(path) ⇒ Object



2
3
4
5
# File 'lib/haml-partial.rb', line 2

def partial(path)
  data = File.read(path)
  Haml::Engine.new(data).render
end