Class: YamlTranslator::Adapters::NoopAdapter
- Inherits:
-
BaseAdapter
- Object
- BaseAdapter
- YamlTranslator::Adapters::NoopAdapter
- Defined in:
- lib/yaml-translator/adapters/noop_adapter.rb
Instance Attribute Summary
Attributes inherited from BaseAdapter
Instance Method Summary collapse
-
#translate(values, options = {}) ⇒ Hash
Always return the text before translation.
Methods inherited from BaseAdapter
Constructor Details
This class inherits a constructor from YamlTranslator::Adapters::BaseAdapter
Instance Method Details
#translate(values, options = {}) ⇒ Hash
Always return the text before translation
7 8 9 |
# File 'lib/yaml-translator/adapters/noop_adapter.rb', line 7 def translate(values, = {}) values end |