aboutsummaryrefslogtreecommitdiffstats
path: root/lib/pathname.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pathname.rb')
-rw-r--r--lib/pathname.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/pathname.rb b/lib/pathname.rb
index e58035c2be..8a07d455fd 100644
--- a/lib/pathname.rb
+++ b/lib/pathname.rb
@@ -167,6 +167,7 @@
# These methods are a facade for IO:
# - #each_line(*args, &block)
# - #read(*args)
+# - #binread(*args)
# - #readlines(*args)
# - #sysopen(*args)
#