class Tools

Public Class Methods

new(options = {}) click to toggle source
# 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