method

safe_concat

safe_concat(value)
public

No documentation available.

# File actionview/lib/action_view/buffers.rb, line 121
    def safe_concat(value)
      @block.call(value.to_s)
    end