Compare

OrdinaryGem::ATypicalClass#a_instance_method_that_will_be_removed

Added Method Not Available
Added Source Has Changed
Original source

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


OrdinaryGem::ATypicalClass#a_singleton_method_that_will_be_removed

Added Method Not Available
Added Source Has Changed
Original source

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


OrdinaryGem::AnotherTypicalClass#a_instance_method_that_will_be_removed

Added Method Not Available
Added Source Has Changed
Original source

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


OrdinaryGem::AnotherTypicalClass#a_singleton_method_that_will_be_removed

Added Method Not Available
Added Source Has Changed
Original source

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


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.