method

new

rails latest stable - Class: RailsGuides::Indexer

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v3.2.13) is shown here.

new(body, warnings)
public

No documentation available.

# File railties/guides/rails_guides/indexer.rb, line 9
    def initialize(body, warnings)
      @body     = body
      @result   = @body.dup
      @warnings = warnings
    end