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:
parent
5d1890bb5b
commit
faeddf8039
@ -237,7 +237,7 @@ module Rackstash
|
||||
|
||||
msg
|
||||
end
|
||||
alias_method :log, :add
|
||||
alias :log :add
|
||||
|
||||
private
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user