about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-10-18 19:27:58 +0000
committerEric Wong <normalperson@yhbt.net>2013-10-18 19:27:58 +0000
commit235d47a560500caab4b4b9d2e0fc46e411fd729a (patch)
tree83b3889397800a9eb852b8df8779792e3291c3dc
parentafb4a4b2275b56d74dfffa11fb986343608d0d5e (diff)
downloadyahns-235d47a560500caab4b4b9d2e0fc46e411fd729a.tar.gz
Follow-up to commit 4b7ffee7c2436b1839146fd124e731a63f20d03e
(remove tiny_input)
-rw-r--r--lib/yahns/tmpio.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/yahns/tmpio.rb b/lib/yahns/tmpio.rb
index 60751c0..17ade44 100644
--- a/lib/yahns/tmpio.rb
+++ b/lib/yahns/tmpio.rb
@@ -22,6 +22,4 @@ class Yahns::TmpIO < File # :nodoc:
     fp.sync = true
     fp
   end
-
-  alias discard close
 end