Sha256: 20e0943d25d804c36bbf9582ffa7a466ea7528bd6e96320e7fdaee408edf9828
Contents?: true
Size: 440 Bytes
Versions: 2
Compression:
Stored size: 440 Bytes
Contents
major, minor, _patch = RUBY_VERSION.split('.') $RUBY_1_9 = if major.to_i == 1 && minor.to_i < 9 # Ruby 1.8 KCODE check. Not needed on 1.9 and later. raise("twitter-text requires the $KCODE variable be set to 'UTF8' or 'u'") unless $KCODE[0].chr =~ /u/i false else true end %w( deprecation regex rewriter autolink extractor unicode validation hit_highlighter ).each do |name| require "incollege-text/#{name}" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
incollege-text-1.12.1 | lib/incollege-text.rb |
incollege-text-1.12.0 | lib/incollege-text.rb |