diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | lib/pp.rb | 15 |
2 files changed, 21 insertions, 0 deletions
@@ -1,3 +1,9 @@ Mon Oct 10 15:22:27 2016 Nobuyoshi Nakada <[email protected]> * ruby.c (open_load_file): bind the open fd to an IO instance @@ -418,6 +418,21 @@ class Range # :nodoc: end end class File < IO # :nodoc: class Stat # :nodoc: def pretty_print(q) # :nodoc: |