diff options
Diffstat (limited to 'ext/pathname/lib')
-rw-r--r-- | ext/pathname/lib/pathname.rb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ext/pathname/lib/pathname.rb b/ext/pathname/lib/pathname.rb index d00cf51b67..6cf6419e52 100644 --- a/ext/pathname/lib/pathname.rb +++ b/ext/pathname/lib/pathname.rb @@ -484,13 +484,6 @@ class Pathname end -class Pathname # * FileTest * - - # See <tt>FileTest.zero?</tt>. - def zero?() FileTest.zero?(@path) end -end - - class Pathname # * Dir * # See <tt>Dir.glob</tt>. Returns or yields Pathname objects. def Pathname.glob(*args) # :yield: pathname |