lib/polyphony/extensions/io.rb in polyphony-0.64 vs lib/polyphony/extensions/io.rb in polyphony-0.65
- old
+ new
@@ -74,9 +74,13 @@
end
end
# IO instance method patches
class ::IO
+ def __polyphony_read_method__
+ :backend_read
+ end
+
# def each(sep = $/, limit = nil, chomp: nil)
# sep, limit = $/, sep if sep.is_a?(Integer)
# end
# alias_method :each_line, :each