1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib
duerst 107f157289 remove unnecessary conditions in lib/unicode_normalize.rb
Because the methods in lib/unicode_normalize.rb are overwritten
by those in lib/unicode_normalize/normalize.rb as soon as one
of them is called, the check for whether UnicodeNormalized is
defined or not is no longer necessary.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58539 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2017-05-02 05:46:31 +00:00
..
cgi {lib,test}/cgi: Specify frozen_string_literal: true. 2017-02-18 05:52:16 +00:00
drb Use \A and \z to match whole string 2017-04-07 13:26:12 +00:00
forwardable
irb ruby-lex.rb: fix continued line conditions 2017-04-20 11:07:02 +00:00
matrix
net Allow Net::HTTP to fetch user/pass from http_proxy 2017-04-23 16:19:23 +00:00
optparse
racc
rdoc Update rdoc-5.1.0 2017-02-24 07:39:37 +00:00
rexml
rinda rinda/ring.rb (make_socket): do not keep socket on failures 2017-01-17 03:31:57 +00:00
rss Add document for lib/rss/atom.rb 2017-01-26 12:47:51 +00:00
rubygems Merge rubygems-2.6.12 from rubygems/rubygems. 2017-05-01 11:40:46 +00:00
shell Fix two typos 2017-03-29 11:49:39 +00:00
unicode_normalize rework definition of String#unicode_normalize! and #unicode_normalized? 2017-05-02 05:34:25 +00:00
uri improve docs for URI::Generic 2017-03-19 15:01:05 +00:00
webrick Merge gemspec from ruby/webrick. 2017-05-01 10:20:35 +00:00
yaml
abbrev.rb lib/abbrev.rb: Specify frozen_string_literal: true. 2017-02-09 16:12:00 +00:00
base64.rb Use unpack1 instead of unpack and first 2017-02-10 00:58:47 +00:00
benchmark.rb
cgi.rb {lib,test}/cgi: Specify frozen_string_literal: true. 2017-02-18 05:52:16 +00:00
cmath.gemspec Fix a required ruby version on gemspec of gemified libraries. 2017-02-07 07:14:22 +00:00
cmath.rb
csv.gemspec Fix a required ruby version on gemspec of gemified libraries. 2017-02-07 07:14:22 +00:00
csv.rb csv.rb: fix field_size_limit check 2017-01-23 05:59:28 +00:00
debug.rb
delegate.rb
drb.rb
e2mmap.rb lib/e2mmap.rb: Specify frozen_string_literal: true. 2017-03-01 11:37:30 +00:00
English.rb
erb.rb
fileutils.gemspec Import latest gemspec from ruby/fileutils. 2017-04-12 08:12:53 +00:00
fileutils.rb docs for FileUtils.ln methods 2017-03-08 20:41:38 +00:00
find.rb lib/find.rb: Specify frozen_string_literal: true. 2017-02-13 12:16:26 +00:00
forwardable.rb
getoptlong.rb
ipaddr.rb
irb.rb Removed math mode from irb. 2017-04-20 09:11:36 +00:00
logger.rb logger: remove redundant opt_str_freeze use 2017-03-24 07:29:33 +00:00
matrix.rb * lib/matrix.rb: Add Vector.zero and Vector#zero? 2017-03-14 20:09:30 +00:00
mkmf.rb mkmf.rb: get rid of error messages 2017-02-27 07:37:55 +00:00
monitor.rb
mutex_m.rb
observer.rb lib/observer.rb: Specify frozen_string_literal: true. 2017-01-13 12:08:29 +00:00
open-uri.rb
open3.rb
optionparser.rb
optparse.rb nodoc OptParse 2017-03-04 19:52:30 +00:00
ostruct.rb ostruct.rb: improve fix for OpenStruct.allocate + #respond_to? 2017-04-01 10:30:48 +00:00
pp.rb Refactored using Method#owner. 2017-04-04 12:54:42 +00:00
prettyprint.rb
prime.rb
profile.rb lib/profile.rb: Specify frozen_string_literal: true. 2017-01-15 02:56:04 +00:00
profiler.rb lib/profiler.rb: Specify frozen_string_literal: true. 2017-01-18 12:35:10 +00:00
pstore.rb lib/pstore.rb: Specify frozen_string_literal: true. 2017-01-17 12:47:38 +00:00
rdoc.rb Update rdoc-5.1.0 2017-02-24 07:39:37 +00:00
resolv-replace.rb
resolv.rb resolv.rb: byte buffer 2017-01-14 02:26:49 +00:00
rss.rb
rubygems.rb Merge rubygems-2.6.12 from rubygems/rubygems. 2017-05-01 11:40:46 +00:00
scanf.gemspec Added initial gemspec for Scanf module. 2017-02-14 11:12:52 +00:00
scanf.rb
securerandom.rb securerandom: fix up r57384 2017-02-24 11:33:06 +00:00
set.rb
shell.rb
shellwords.rb
singleton.rb
sync.rb
tempfile.rb Fix bug of Tempfile#size if nothing is written [Bug #13198] 2017-03-14 12:53:32 +00:00
thwait.rb
time.rb
timeout.rb
tmpdir.rb
tracer.rb
tsort.rb
ubygems.rb
un.rb
unicode_normalize.rb remove unnecessary conditions in lib/unicode_normalize.rb 2017-05-02 05:46:31 +00:00
uri.rb
weakref.rb [DOC] Use Integer instead of Fixnum [ci skip] 2017-01-26 15:14:02 +00:00
webrick.rb
yaml.rb