class Haxe::Io::Eof

Protected Instance Methods

to_s() click to toggle source
# File lib/lib/haxe/io/eof.rb, line 10
def to_s 
  "Eof"
end