APIdock
/
Ruby
/
Browse
About
method
to_s
v1_9_2_180
-
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?
each
each_byte
each_char
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=
read
readbyte
readchar
readline
readlines
readpartial
rewind
seek
set_encoding
skip
tell
to_a
to_i
to_io
to_s
Class methods
new