aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/compat/keg.rb
blob: 8f5606d09462fef1160f8f30c3659045ffa62c1b (plain)
1
2
3
4
5
6
class Keg
  def fname
    odeprecated "Keg#fname", "Keg#name"
    name
  end
end