lib/servel/haml_context.rb in servel-0.24.0 vs lib/servel/haml_context.rb in servel-0.25.0
- old
+ new
@@ -1,7 +1,6 @@
class Servel::HamlContext
extend Servel::Instrumentation
- include ActiveSupport::NumberHelper
LOCK = Mutex.new
def self.render(template, locals)
[200, {}, [new.render(template, locals)]]
\ No newline at end of file