class Object

Public Instance Methods

description() click to toggle source
Calls superclass method
# File lib/rspec/matchers/make_changes.rb, line 28
def description
  super.sub(/\Amake changes */, '')
end