# File lib/pry/code.rb, line 300 def nesting_at(line_number, top_module = Object) Pry::Indent.nesting_at(raw, line_number) end