`

Ruby predefined read-only variable

阅读更多
在這個網址下有個List
http://www.math.hokudai.ac.jp/~gotoken/ruby/ruby-uguide/uguide20.html

$! error message
$@ position of an error occurrence
$_ latest read string by `gets'
$. latest read number of line by interpreter
$& latest matched string by the regexep.
$1, $2... latest matched string by nth parentheses of regexp.
$~ data for latest matche for regexp
$= whether or not case-sensitive in string matching
$/ input record separator
$\ output record separator
$0 the name of the ruby scpript file
$* command line arguments for the ruby scpript
$$ PID for ruby interpreter
$? status of the latest executed child process

順手補上一個...
$: 會印出Ruby Path
分享到:
评论

相关推荐

    print-predefined-macros.md

    # 打印gcc预定义的宏信息 ## 例子 [root@linux:~]$ gcc -dM -E - < /dev/null

    Hybrid Beamforming Design for Uplink mmWave Systems with a Predefined Low-Resolution Codebook

    In millimeter wave (mmWave) systems, desirable spectral efficiency can be realized by the hybrid beamformer in which a large sized analog beamformer and a small sized baseband digital beamformer are ...

    Ruby-ActiveModel的自定义验证用于检查数组是否包含在另一个中

    在Ruby开发中,ActiveModel是Rails框架的一部分,它提供了一种模型层的接口,使得非ActiveRecord对象也能具有类似于ActiveRecord的行为。这个标题提到的"Ruby-ActiveModel的自定义验证用于检查数组是否包含在另一个...

    Ruby Pocket Reference

    - **Predefined Variables:** Ruby defines several predefined variables that hold important values, such as `$0` for the name of the current program, `$!` for the last error message, etc. The book lists...

    predefined-counter-styles:预定义的计数器样式

    现成的国际柜台风格提供世界各地不同文化使用的用户定义的计数器样式的代码片段,并且可以为希望为CSS样式表创建自己的用户定义的计数器样式的用户提供参考。文件资料反馈请使用发送有关此文档的反馈。...

    Ruby袖珍参考手册

    - **Variable Arguments(可变参数)**:允许方法接受任意数量的参数。 #### 四、高级工具 **1. Interactive Ruby (irb) 和 Ruby Debugger** - **Interactive Ruby (irb)**:是一个交互式Ruby环境,可以在其中...

    Ruby.Pocket.Reference

    These words cannot be used as variable names or for other purposes in Ruby programs. 3. **Operators** - Explains the various types of operators available in Ruby, including arithmetic, comparison, ...

    Ruby Pocket Reference.pdf

    预定义变量(Predefined Variables)和伪变量(Pseudovariables)在 Ruby 中有特殊的含义和用途,比如 $stdout、$stderr 等。 #### 全局常量 全局常量(Global Constants)在 Ruby 程序中是预定义的,并且在程序的...

    Predefined-Color-Picker:PCP-预定义的拾色器是一种轻巧的小部件,用于执行简单的拾色工作

    预定义颜色选择器PCP-预定义的拾色器是一种轻巧的小部件,用于执行简单的拾色工作。 请访问进行演示。 在所有最新的桌面浏览器和移动设备上均可使用。 这个版本是用Flux和React编写的,但是,我并没有直接用React...

    DDR package

    This not only enhances signal quality but also increases available board space and reduces the number of through-hole vias required. 3. **Robust Design for Future Upgrades**: DDR2 FBGA packages are ...

    Sketch-Predefined-Pages:快速向您的Sketch文档添加一定数量的预定义页面

    草图插件:预定义页面 快速向您的Sketch文档中添加一定数量的预定义/用户定义页面。 默认页面(可以更改) :skull: RIP ...双击Predefined-Pages.sketchplugin进行安装 感谢DesignerNews上的提出的建议/想法。

    ISO 22737-2021 中文解读

    Intelligent transport systems - Low speed automated driving (LSAD) systems for predefined routes - Performance requirements, system requirements and performance test procedures 智能交通系统——预定...

    从combobox中选择颜色

    Color ComboBox ActiveX Control offers an easy method for a user to select a color from...combo box based on a predefined color-set or to define a custom color. Shareware (US$25) from Zeal SoftStudio.

    中值滤波代码matlab-Image-filtering-without-predefined-filters:不同类型的滤镜(平滑,边缘保留

    中值过滤代码matlab 没有预定义过滤器的图像过滤 不同类型的滤镜(平滑,边缘保留等)应用于Matlab中的样本图像,并且没有任何内置功能即可实现。 代码运行时,将显示初始图像及其处理结果。 平滑过滤器 ...

    acpi控制笔记本风扇转速

    memory, instead of performing a bytewise read. (Region must be of type SystemMemory, see below.) Fixed the Load ASL operator for the case where the source operand is a region field. A buffer object ...

    hstsparser:一种将Firefox和Chrome HSTS数据库解析为取证工件的工具!

    HSTS解析器 HSTS Parser是一个简单的工具,可将Firefox和Chrome的HSTS数据库解析为实际有用的取证工具! 您可以在 上阅读有关此工具背后的研究及其潜在用途的更多信息!安装HSTS Parser可以通过pip或进行安装。...

    WPF 国际象棋 棋子 ChessProgrammingTest.zip

    Extend this program to set up an 8 by 8 square game board containing several different pieces in predefined positions. For each move of the game, the program will choose a piece at random, and move it...

    The Art of Assembly Language Programming

    Pointers to Structures 5.7 - Sample Programs 5.7.1 - Simple Variable Declarations 5.7.2 - Using Pointer Variables 5.7.3 - Single Dimension Array Access 5.7.4 - Multidimensional Array ...

    ARM® Compiler v5.06 for µVision® armasm User Guide

    6.2 Specify command-line options with an environment variable 6.3 Using stdin to input source code to the assembler 6.4 Built-in variables and constants 6.5 Identifying versions of armasm in source ...

    Perl Predefined Variables.pdf

    Perl预定义变量是Perl语言中一些具有特殊用途的内置变量。它们由Perl解释器自动管理,且大多数是全局性的,这意味着它们在程序的任何地方都是可见的。下面详细介绍一下这些预定义变量以及它们的作用: ...

Global site tag (gtag.js) - Google Analytics