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 18 18: def append_if_string=(value) 19: if value.is_a?(String) && !value.is_a?(NonConcattingString) 20: ActiveSupport::Deprecation.warn("<% %> style block helpers are deprecated. Please use <%= %>", caller) 21: self << value 22: end 23: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.