cracker
cracker copied to clipboard
Add a "new" class method into the database for each initialize method
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.