Method: ChefApply::Text._translation_path
- Defined in:
- lib/chef_apply/text.rb
._translation_path ⇒ Object
34 35 36 |
# File 'lib/chef_apply/text.rb', line 34 def self._translation_path @translation_path ||= File.join(File.dirname(__FILE__), "..", "..", "i18n") end |