lib/putter/errors.rb in putter-0.6.1 vs lib/putter/errors.rb in putter-0.7.0
- old
+ new
@@ -4,10 +4,10 @@
super
end
end
class MethodConflictError < StandardError
- def initialize(msg="Methods cannot be white and blacklisted")
+ def initialize(msg="Methods cannot be allow and denylisted")
super
end
end
end