You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
375 B
15 lines
375 B
$:.unshift(File.dirname(__FILE__)) unless
|
|
$:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__)))
|
|
|
|
$KCODE = 'utf-8' if RUBY_VERSION < '1.9'
|
|
|
|
require 'rubygems'
|
|
require 'active_support'
|
|
require 'active_support/core_ext'
|
|
|
|
%w(version
|
|
string_portuguese).each {|req| require File.dirname(__FILE__) + "/brstring/#{req}"}
|
|
|
|
module BrString
|
|
end
|