google-code-export / globalite

Automatically exported from code.google.com/p/globalite
1 stars 0 forks source link

more consistent Locale class facade pattern #15

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It looks like the Locale class is a facade for the Globalite methods mixed
in from the Globalite::L10n module. There are a three exceptions to this
rule: Locale.set_code, Locale.code=, and Locale.reset!. The actual
functionality of these three methods could be moved to the L10n module,
thereby making the Locale class a more consistent facade pattern.

Original issue reported on code.google.com by cainl...@gmail.com on 19 Dec 2007 at 7:25