LJZN

每天更新Rails练习项目到Github~

» Home
» Category
» About Me
» Github

37复习各种符号

01 Jul 2016 » LRTHW
#关键字

BEGIN
END
alias
and
begin
break
case
class
def
defined?
do
else
elsif
end
ensure
for
if
in
module
next
not
or
redo
rescue
retry
return
self
super
then
undef
unless
until
when
while
yield

#数据类型

true
false
nil
strings
numbers
floats
arrays
hashes

#字符串转义序列

\\
\'
\"
\a
\b
\f
\n
\r
\t
\v

#操作符

+
-
*
**
/
%
.
::
[]
!
<
>
>=
<=
<=>
==
===
!=
&&
||
..
...
@
@@
$

Related Posts