Remove unused Buffer class.

This commit is contained in:
Markus Reiter 2018-04-14 07:31:12 +02:00
parent 50059990e2
commit cb5684831e

View File

@ -4,17 +4,6 @@ require "stringio"
BUG_REPORTS_URL = "https://github.com/caskroom/homebrew-cask#reporting-bugs".freeze BUG_REPORTS_URL = "https://github.com/caskroom/homebrew-cask#reporting-bugs".freeze
class Buffer < StringIO
extend Predicable
attr_predicate :tty?
def initialize(tty = false)
super()
@tty = tty
end
end
# global methods # global methods
def odebug(title, *sput) def odebug(title, *sput)