Module: Haml::Filters::FortranCode
- Includes:
- Base
- Defined in:
- lib/static_cms/patch/haml.rb
Instance Method Summary collapse
Instance Method Details
#render(text) ⇒ Object
38 39 40 |
# File 'lib/static_cms/patch/haml.rb', line 38 def render(text) ::StaticCms::Helpers.to_code(text, :fortran) end |