Remove unused popen_read_text method.
This commit is contained in:
parent
54c4580871
commit
dc4f303937
@ -3,10 +3,6 @@ module Utils
|
||||
popen(args, "rb", &block)
|
||||
end
|
||||
|
||||
def self.popen_read_text(*args, &block)
|
||||
popen(args, "r", &block)
|
||||
end
|
||||
|
||||
def self.popen_write(*args, &block)
|
||||
popen(args, "wb", &block)
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user