BUNDLE_PATH/bundler/gems/ordinary-gem-680cffe570ec/lib/ordinary_gem/a_typical_class.rb:12
def a_instance_method_that_will_change
"This is the implementation of a simple instance method."
"This method will be rewritten in the next version."
end
BUNDLE_PATH/bundler/gems/ordinary-gem-289523a45ccb/lib/ordinary_gem/a_typical_class.rb:12
def a_instance_method_that_will_change
"This is the implementation of a simple instance method."
"This method has been rewritten in this next version."
end
APP_PATH/app/models/ordinary_gem/a_typical_class_decorator.rb:34
def a_instance_method_that_will_change
"This is our override of a simple instance method."
"This method will be rewritten in the next version."
end
APP_PATH/app/models/ordinary_gem/a_typical_class_decorator.rb:34
def a_instance_method_that_will_change
"This is our override of a simple instance method."
"This method will be rewritten in the next version."
end
BUNDLE_PATH/bundler/gems/ordinary-gem-680cffe570ec/lib/ordinary_gem/a_typical_class.rb:17
def a_instance_method_that_will_be_removed
"This is the implementation of a simple instance method."
"This method will be removed in the next version."
end
APP_PATH/app/models/ordinary_gem/a_typical_class_decorator.rb:39
def a_instance_method_that_will_be_removed
"This is our override of a simple instance method."
"This method will be removed in the next version."
end
BUNDLE_PATH/bundler/gems/ordinary-gem-680cffe570ec/lib/ordinary_gem/a_typical_class.rb:31
def self.a_singleton_method_that_will_change
"This is the implementation of a simple singleton method."
"This method will be rewritten in the next version."
end
BUNDLE_PATH/bundler/gems/ordinary-gem-289523a45ccb/lib/ordinary_gem/a_typical_class.rb:26
def self.a_singleton_method_that_will_change
"This is the implementation of a simple singleton method."
"This method has been rewritten in this next version."
end
APP_PATH/app/models/ordinary_gem/a_typical_class_decorator.rb:9
def a_singleton_method_that_will_change
"This is our override of a simple singleton method."
"This method will be rewritten in the next version."
end
APP_PATH/app/models/ordinary_gem/a_typical_class_decorator.rb:9
def a_singleton_method_that_will_change
"This is our override of a simple singleton method."
"This method will be rewritten in the next version."
end
BUNDLE_PATH/bundler/gems/ordinary-gem-680cffe570ec/lib/ordinary_gem/a_typical_class.rb:36
def self.a_singleton_method_that_will_be_removed
"This is the implementation of a simple singleton method."
"This method will be removed in the next version."
end
APP_PATH/app/models/ordinary_gem/a_typical_class_decorator.rb:14
def a_singleton_method_that_will_be_removed
"This is our override of a simple instance method."
"This method will be removed in the next version."
end
BUNDLE_PATH/bundler/gems/ordinary-gem-680cffe570ec/lib/ordinary_gem/another_typical_class.rb:12
def a_instance_method_that_will_change
"This is the implementation of a simple instance method."
"This method will be rewritten in the next version."
end
BUNDLE_PATH/bundler/gems/ordinary-gem-289523a45ccb/lib/ordinary_gem/another_typical_class.rb:12
def a_instance_method_that_will_change
"This is the implementation of a simple instance method."
"This method has been rewritten in this next version."
end
APP_PATH/app/models/ordinary_gem/another_typical_class_monkey_patch.rb:29
def a_instance_method_that_will_change
"This is our override of a simple instance method."
"This method will be rewritten in the next version."
end
APP_PATH/app/models/ordinary_gem/another_typical_class_monkey_patch.rb:29
def a_instance_method_that_will_change
"This is our override of a simple instance method."
"This method will be rewritten in the next version."
end
BUNDLE_PATH/bundler/gems/ordinary-gem-680cffe570ec/lib/ordinary_gem/another_typical_class.rb:17
def a_instance_method_that_will_be_removed
"This is the implementation of a simple instance method."
"This method will be removed in the next version."
end
APP_PATH/app/models/ordinary_gem/another_typical_class_monkey_patch.rb:34
def a_instance_method_that_will_be_removed
"This is our override of a simple instance method."
"This method will be removed in the next version."
end
BUNDLE_PATH/bundler/gems/ordinary-gem-680cffe570ec/lib/ordinary_gem/another_typical_class.rb:31
def self.a_singleton_method_that_will_change
"This is the implementation of a simple singleton method."
"This method will be rewritten in the next version."
end
BUNDLE_PATH/bundler/gems/ordinary-gem-289523a45ccb/lib/ordinary_gem/another_typical_class.rb:26
def self.a_singleton_method_that_will_change
"This is the implementation of a simple singleton method."
"This method has been rewritten in this next version."
end
APP_PATH/app/models/ordinary_gem/another_typical_class_monkey_patch.rb:7
def self.a_singleton_method_that_will_change
"This is our override of a simple singleton method."
"This method will be rewritten in the next version."
end
APP_PATH/app/models/ordinary_gem/another_typical_class_monkey_patch.rb:7
def self.a_singleton_method_that_will_change
"This is our override of a simple singleton method."
"This method will be rewritten in the next version."
end
BUNDLE_PATH/bundler/gems/ordinary-gem-680cffe570ec/lib/ordinary_gem/another_typical_class.rb:36
def self.a_singleton_method_that_will_be_removed
"This is the implementation of a simple singleton method."
"This method will be removed in the next version."
end
APP_PATH/app/models/ordinary_gem/another_typical_class_monkey_patch.rb:12
def self.a_singleton_method_that_will_be_removed
"This is our override of a simple instance method."
"This method will be removed in the next version."
end