class Pry::CodeFile

def code_path

Returns:
  • (Array) - All the paths that contain code that Pry can use for its
def code_path
  [from_pwd, from_pry_init_pwd, *from_load_path]
end