APIdock
/
Ruby
/
Browse
About
method
to_s
v1_9_3_392
-
Show latest stable
- Class:
ARGF
to_s
()
public
Returns “
ARGF”
.
Show source
static VALUE argf_to_s(VALUE argf) { return rb_str_new2("ARGF"); }
Related methods
Instance methods
argv
binmode
binmode?
bytes
chars
close
closed?
codepoints
each
each_byte
each_char
each_codepoint
each_line
eof
eof?
external_encoding
file
filename
fileno
getbyte
getc
gets
initialize_copy
inplace_mode
inplace_mode=
internal_encoding
lineno
lineno=
lines
path
pos
pos=
print
printf
putc
puts
read
read_nonblock
readbyte
readchar
readline
readlines
readpartial
rewind
seek
set_encoding
skip
tell
to_a
to_i
to_io
to_s
to_write_io
write
Class methods
new