File: common.rb

package info (click to toggle)
ruby-htmlentities 4.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 252 kB
  • sloc: ruby: 2,220; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 182 bytes parent folder | download
1
2
3
4
5
6
$:.unshift(File.dirname(__FILE__) + '/../lib')
require 'test/unit'
require 'htmlentities'

ENCODING_AWARE_RUBY = "1.9".respond_to?(:encoding)
$KCODE = 'u' unless ENCODING_AWARE_RUBY