cracker icon indicating copy to clipboard operation
cracker copied to clipboard

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

Open TechMagister opened this issue 8 years ago • 0 comments

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.

TechMagister avatar Jan 03 '17 12:01 TechMagister