method

initialize_copy

initialize_copy(other)
public

No documentation available.

# File actionview/lib/action_view/buffers.rb, line 68
    def initialize_copy(other)
      @raw_buffer = other.to_str
    end