A new instance of Tools.
Returns a new instance of Tools.
5 6 7 8
# File 'lib/workin/tools.rb', line 5 def initialize(options = {}) I18n.load_path = Dir[Workin.files + '/pt-BR.yml'] I18n.locale = 'pt-BR'.to_sym end