# File lib/pry/commands/cat/file_formatter.rb, line 8 def initialize(file_with_embedded_line, _pry_, opts) @file_with_embedded_line = file_with_embedded_line @opts = opts @_pry_ = _pry_ @code_from_file = Pry::Code.from_file(file_name) end