るりまサーチ (Ruby 2.3.0)

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

別のキーワード

  1. etc sc_xopen_enh_i18n
  2. rsa n=
  3. rsa n
  4. openssl n
  5. openssl n=

ライブラリ

検索結果

CGI#print(*strings) (36625.0)

@todo

...@todo

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

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