Methods
I
N
Attributes
[R] body
[R] level_hash
[R] result
[R] warnings
Class Public methods
new(body, warnings)
# File railties/guides/rails_guides/indexer.rb, line 9
def initialize(body, warnings)
  @body     = body
  @result   = @body.dup
  @warnings = warnings
end
Instance Public methods
index()
# File railties/guides/rails_guides/indexer.rb, line 15
def index
  @level_hash = process(body)
end