Skip to content

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