= private = protected
readable?()
See FileTest.readable?.
# File lib/pathname.rb, line 911 def readable?() FileTest.readable?(@path) end