Hamlit extension to support haml_io
in :ruby
filter
Add this line to your application's Gemfile:
gem 'hamlit-haml_io'
And then execute:
$ bundle
Have require "hamlit/haml_io"
somewhere. It replaces the Hamlit's implementation of :ruby
filter.
:ruby
haml_io.puts 'aaa'
The gem is available as open source under the terms of the MIT License.