ActiveSupport::SafeBuffer
# File lib/action_view/template/handlers/erb.rb, line 13
13: def <<(value)
14: super(value.to_s)
15: end
# File lib/action_view/template/handlers/erb.rb, line 19
19: def append_if_string=(value)
20: if value.is_a?(String) && !value.is_a?(NonConcattingString)
21: ActiveSupport::Deprecation.warn("<% %> style block helpers are deprecated. Please use <%= %>", caller)
22: self << value
23: end
24: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.