flush()
click to toggle source
puts(warning)
click to toggle source
27: def puts(warning)
28: raise FatalWarning, warning
29: end
string()
click to toggle source
38: def string
39: ""
40: end
write(warning)
click to toggle source
31: def write(warning)
32: raise FatalWarning, warning
33: end