Method: GetText::TextDomain.cached?
- Defined in:
- lib/gettext/text_domain.rb
.cached? ⇒ Boolean
Cache the mo-file or not. Default is true. If $DEBUG is set then false.
34 35 36 |
# File 'lib/gettext/text_domain.rb', line 34 def self.cached? @@cached end |