Class: ActiveSupport::SafeBuffer
- Inherits:
-
Object
- Object
- ActiveSupport::SafeBuffer
- Defined in:
- lib/rails_patch/active_support.rb
Overview
Instance Method Summary (collapse)
- - (Object) concat(*args) (also: #<<)
Instance Method Details
- (Object) concat(*args) Also known as: <<
3 |
# File 'lib/rails_patch/active_support.rb', line 3 def concat(*args) super end |