Exception: CoreExt::SafeBuffer::SafeConcatError
- Defined in:
- lib/core_ext/string/output_safety.rb
Instance Method Summary collapse
-
#initialize ⇒ SafeConcatError
constructor
A new instance of SafeConcatError.
Constructor Details
#initialize ⇒ SafeConcatError
146 147 148 |
# File 'lib/core_ext/string/output_safety.rb', line 146 def initialize super 'Could not concatenate to the buffer because it is not html safe.' end |