method
new
new(body)
public
Hide source
# File railties/guides/rails_guides/indexer.rb, line 5 def initialize(body) @body = body @result = @body.dup end


