Skip to content
This repository was archived by the owner on Jan 29, 2026. It is now read-only.
This repository was archived by the owner on Jan 29, 2026. It is now read-only.

Add a "new" class method into the database for each initialize method #7

@ghost

Description

For this code:

class Test
  def initialize(args)
  end
end

It should create a "Test.new(args)" entry into the database instead of "Test#initialize(args)" entry.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions