method
new
v2.3.8 -
Show latest stable
- Class:
RailsGuides::Indexer
new(body)public
No documentation available.
# File railties/guides/rails_guides/indexer.rb, line 5
def initialize(body)
@body = body
@result = @body.dup
end