diff --git a/lib/haml.rb b/lib/haml.rb index cded099b..5f3f1c8c 100644 --- a/lib/haml.rb +++ b/lib/haml.rb @@ -10,6 +10,12 @@ require 'haml/version' # # Also see the {file:REFERENCE.md full Haml reference}. module Haml + + def self.init_rails(*args) + # Maintain this as a no-op for any libraries that may be depending on the + # previous definition here. + end + end require 'haml/util'