Method: Ambition::Processors::Base#translator

Defined in:
lib/ambition/processors/base.rb

#translatorObject

Gives you the current translator. Uses self.translator to look it up, if it isn’t known yet.



93
94
95
# File 'lib/ambition/processors/base.rb', line 93

def translator
  @translator ||= self.class.translator(@context)
end