るりまサーチ (Ruby 2.7.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.105秒)

別のキーワード

  1. socket int
  2. prime int_from_prime_division
  3. _builtin to_int
  4. mkmf convertible_int
  5. option int

ライブラリ

検索結果

CGI#print(*strings) (18307.0)

@todo

...@todo

引数の文字列を標準出力に出力します。
cgi
.print は $DEFAULT_OUTPUT.print と等価です。

例:
cgi
= CGI.new
cgi
.print "This line is a part of content body.\r\n"...