k0kubun / hamlit

High Performance Haml Implementation
https://rubygems.org/gems/hamlit
Other
981 stars 59 forks source link

remove_filter? #66

Closed connorshea closed 8 years ago

connorshea commented 8 years ago

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)

Any ideas?

k0kubun commented 8 years ago

Implemented Hamlit::Filters.remove_filter and released it as Hamlit v2.3.0.

connorshea commented 8 years ago

👍 thanks!