Class: Vocab::Translator::Base
- Inherits:
-
Object
- Object
- Vocab::Translator::Base
- Defined in:
- lib/vocab/translator/base.rb
Class Method Summary collapse
Class Method Details
.ignore_key?(key) ⇒ Boolean
5 6 7 8 |
# File 'lib/vocab/translator/base.rb', line 5 def self.ignore_key?( key ) return true if key.to_s.start_with?( 'debug_' ) return false end |