HAML has a remove_filter method. I noticed there's a test for Hamlit's remove_filter method here. but I can't get it to work when adding the following to hamlit.rb:
Hamlit::Filters.remove_filter "Coffee"
This is the error I get: undefined method 'remove_filter' for Hamlit::Filters:Class (NoMethodError)
HAML has a
remove_filter
method. I noticed there's a test for Hamlit's remove_filter method here. but I can't get it to work when adding the following tohamlit.rb
:This is the error I get:
undefined method 'remove_filter' for Hamlit::Filters:Class (NoMethodError)
Any ideas?