Add upgrade-ordinary_gem branch to actions

Commit subject: main/Add upgrade-ordinary_gem branch to actions

Commit hash: 1bd2dc311d79d3af9b6b6d5c955f67ce8ade895a
Author name Simon Meyborg
Committer name GitHub
View on Github

Compare with prior build

Results:

# Overrides: 12 | 38
# Added methods to classes: 4


Investigated:

# Classes: 1529
# Methods: 14111

OrdinaryGem::ATypicalClass#a_instance_method_that_we_have_added

Original source

APP_PATH/app/models/ordinary_gem/a_typical_class_decorator.rb:44

def a_instance_method_that_we_have_added
  "This is our custom instance method."
  "This is not an override."
end


OrdinaryGem::ATypicalClass.a_singleton_method_that_we_have_added

Original source

APP_PATH/app/models/ordinary_gem/a_typical_class_decorator.rb:19

def a_singleton_method_that_we_have_added
  "This is our custom singleton method."
  "This is not an override."
end


OrdinaryGem::AnotherTypicalClass#a_instance_method_that_we_have_added

Original source

APP_PATH/app/models/ordinary_gem/another_typical_class_monkey_patch.rb:39

def a_instance_method_that_we_have_added
  "This is our custom instance method."
  "This is not an override."
end


OrdinaryGem::AnotherTypicalClass.a_singleton_method_that_we_have_added

Original source

APP_PATH/app/models/ordinary_gem/another_typical_class_monkey_patch.rb:17

def self.a_singleton_method_that_we_have_added
  "This is our custom singleton method."
  "This is not an override."
end


We need to use cookies in order for you to log in to Overrides.io. By continuing to use the website you agree to the use of cookies. If you would like to know more about how we use your information, we recommend that you read our privacy policy.