Feature #11375 ยป ruby-changes.patch
ChangeLog | ||
---|---|---|
Sun Oct 2 10:59:00 2015 schneems <richard.schneeman@gmail.com>
|
||
* ext/pathname/lib/pathname.rb: freeze string literals for
|
||
reduced object allocation.
|
||
Fri Oct 2 09:20:20 2015 Martin Duerst <duerst@it.aoyama.ac.jp>
|
||
* common.mk, lib/unicode_normalize/tables.rb: Change Unicode
|
ext/pathname/lib/pathname.rb | ||
---|---|---|
# -*- frozen_string_literal: true -*-
|
||
#
|
||
# = pathname.rb
|
||
#
|