Provider | Branch | Name | Updated at | #Overrides || #Added methods | Actions |
---|---|---|---|---|---|
1c10aa452 | upgrade-ordinary_gem | connect to next version of ordinary_gem | 08 Jan 20:24 | 8 | 38 || 8 | Show Compare |
1bd2dc311 | main | Add upgrade-ordinary_gem branch to actions | 08 Jan 20:22 | 12 | 38 || 4 | Show Compare |
99991dfb1 | main | connect to main branch of ordinary gem | 08 Jan 20:19 | 12 | 38 || 4 | Show Compare |
Commit subject: main/Add upgrade-ordinary_gem branch to actions
Commit hash:
1bd2dc311d79d3af9b6b6d5c955f67ce8ade895a
Author name
Simon Meyborg
Committer name
GitHub
View on Github
# Overrides:
12
|
38
# Added methods to classes:
4
# Classes:
1529
# Methods:
14111
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
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
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
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