class Pry::REPLFileLoader

def load

as the REPL input stream.
Actually load the file through the REPL by setting file content
def load
  non_interactive_mode(Pry.new, @content)
end