X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=lib%2Feet.rb;h=ca2815c7bbb15b4ea2b434c734b3ff05ab43ebca;hb=acac7cddaa36d56b0d2cb89291a7d37228e2aaf0;hp=f69212952c143755715aebfce1ac37c2b2c8103e;hpb=3684e1f7b1a70989f359bc1f9ef6a1388811567c;p=ruby-eet.git diff --git a/lib/eet.rb b/lib/eet.rb index f692129..ca2815c 100644 --- a/lib/eet.rb +++ b/lib/eet.rb @@ -1,7 +1,5 @@ #-- -# $Id: eet.rb 74 2006-05-13 10:34:36Z tilman $ -# -# Copyright (c) 2005 Tilman Sauerbeck (tilman at code-monkey de) +# Copyright (c) 2005-2007 Tilman Sauerbeck (tilman at code-monkey de) # # Permission is hereby granted, free of charge, to any person obtaining # a copy of this software and associated documentation files (the @@ -98,15 +96,6 @@ module Eet class ChunkError < EetError; end - class File - def list(glob = "*") - warn "Eet::File#list is deprecated, " + - "use Eet::File#entries or Eet::File#[] instead" - - self[glob] - end - end - class Stream # :nodoc: def initialize(chunk = nil) super(chunk.nil? ? 0 : 1, chunk)