1
0
mirror of https://github.com/meineerde/rackstash.git synced 2026-01-31 17:27:13 +00:00

Replace usage of alias_method with alias in class body

This commit is contained in:
Holger Just 2017-01-29 16:43:40 +01:00
parent 5d1890bb5b
commit faeddf8039

View File

@ -237,7 +237,7 @@ module Rackstash
msg
end
alias_method :log, :add
alias :log :add
private