projects
/
ruby-eet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7119e79
)
Removed Eet::File#list.
author
Tilman Sauerbeck
<tilman@code-monkey.de>
Fri, 23 Mar 2007 11:23:30 +0000
(12:23 +0100)
committer
Tilman Sauerbeck
<tilman@code-monkey.de>
Fri, 23 Mar 2007 11:23:30 +0000
(12:23 +0100)
lib/eet.rb
patch
|
blob
|
history
diff --git
a/lib/eet.rb
b/lib/eet.rb
index 483ac5543b6030ca137a956518fb884d00534fb4..ca2815c7bbb15b4ea2b434c734b3ff05ab43ebca 100644
(file)
--- a/
lib/eet.rb
+++ b/
lib/eet.rb
@@
-96,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)