diff options
Diffstat (limited to 'Library')
| -rwxr-xr-x | Library/Contributions/cmd/brew-aspell-dictionaries | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Library/Contributions/cmd/brew-aspell-dictionaries b/Library/Contributions/cmd/brew-aspell-dictionaries index 61a5e085e..86ce14904 100755 --- a/Library/Contributions/cmd/brew-aspell-dictionaries +++ b/Library/Contributions/cmd/brew-aspell-dictionaries @@ -40,8 +40,10 @@ EOF done cat <<EOF >> $brew_formulae_tmp_file -def aspell_available_languages - %w(${langs}) +class Aspell < Formula + def self.available_languages + %w(${langs}) + end end # END generated with `basename $0` EOF |
