Remove unused Buffer
class.
This commit is contained in:
parent
50059990e2
commit
cb5684831e
@ -4,17 +4,6 @@ require "stringio"
|
||||
|
||||
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
|
||||
|
||||
def odebug(title, *sput)
|
||||
|
Loading…
x
Reference in New Issue
Block a user