module IO::Like_1_9_3
Public Instance Methods
advise() → raise NotImplementedError
click to toggle source
Not implemented for IO::Like
.
# File lib/io/like-1.9.3.rb 10 def advise(*args) 11 raise NotImplementedError 12 end