# File lib/haml/helpers.rb, line 12 def initialize(method) @message = "\#{method} outputs directly to the Haml template.\nDisregard its return value and use the - operator,\nor use capture_haml to get the value as a String.\n" end