compat/keg: cleanup style.

This commit is contained in:
Mike McQuaid 2016-07-16 22:15:47 +01:00
parent b950966bdd
commit 6bd8e1d64e

View File

@ -1,6 +1,6 @@
class Keg class Keg
def fname def fname
opoo "Keg#fname is a deprecated alias for Keg#name and will be removed soon" odeprecated "Keg#fname", "Keg#name"
name name
end end
end end