るりまサーチ (Ruby 2.4.0)

最速Rubyリファレンスマニュアル検索!
2件ヒット [1-2件を表示] (0.162秒)
トップページ > バージョン:2.4.0[x] > クエリ:@[x] > クエリ:E[x] > クエリ:tr[x] > クエリ:@[x] > クエリ:shebang[x]

別のキーワード

  1. open3 popen2e
  2. socket af_e164
  3. matrix det_e
  4. matrix rank_e
  5. open3 capture2e

ライブラリ

クラス

検索結果

Gem::Installer#shebang(bin_file_name) -> String (72988.0)

実行ファイル内で使用する shebang line (#! line) を表す文字列を返します。

実行ファイル内で使用する shebang line (#! line) を表す文字列を返します。

@param bin_file_name 実行ファイルの名前を指定します。

Rubyで使われる記号の意味(正規表現の複雑な記号は除く) (9163.0)

Rubyで使われる記号の意味(正規表現の複雑な記号は除く) ex q num per and or  plus minus ast slash hat sq  period comma langl rangl eq tilde  dollar at under lbrarbra  lbra2rbra2 lbra3rbra3 dq colon ac  backslash semicolon

Rubyで使われる記号の意味(正規表現の複雑な記号は除く)
ex q num per and or 
plus minus ast slash hat sq 
period comma langl rangl eq tilde 
dollar at under lbrarbra 
lbra2rbra2 lbra3rbra3 dq colon ac 
backslash semicolon

===[a:ex] !

: !true

not 演算子。d:spec/operator#notを参照。

: 3 != 5

「等しくない」比較演算子。d:spec/operator#notを参...