Method: Haml::Filters::CodeFile#render
- Defined in:
- lib/static_cms/patch/haml.rb
#render(file) ⇒ Object
54 55 56 57 58 59 |
# File 'lib/static_cms/patch/haml.rb', line 54 def render(file) file.strip! lang = ::StaticCms::Helpers::EXT_TO_LANG[File.extname(file)] text = File.read(file) ::StaticCms::Helpers.to_code(text, lang) end |