diff options
Diffstat (limited to 'spec')
-rw-r--r-- | spec | 24 |
1 files changed, 15 insertions, 9 deletions
@@ -359,15 +359,17 @@ Ruby���ѿ��ϥ�������(ͭ���ϰ�)�ȼ�̿(ͭ������)�ˤ�ä�4�����ʬ�व�졤 || .. ..�� :: - �� =(����) ��������(+=, -=, ..) + =(����) ��������(+=, -=, ..) + and + �� or �ۤȤ�ɤα黻���ˤϥ�åɸƤӽФ��Ȥ��Ʋ�ᤵ���(���饹��˺���� �Ǥ���)��������������Ǥ��ʤ��ü�ʤ�Τ����롥������Ǥ��ʤ��ü�黻 �Ҥ� - &&(������), ||(������), =(����), ...(�ϰϻ���) + &&(������), ||(������), =(����), ...(�ϰϻ���), and, or -��4�ĤǤ��롥 +��6�ĤǤ��롥 ��Ǥ������ü�黻�Ұʳ��α黻�ҷ����ϥ�åɸƤӽФ��ȸ��ʤ���롥 ñ��黻��(+, -, !, ~)�� @@ -490,12 +492,16 @@ case�� �黻�ҷ� ��1 '&&' ��2 + ��1 'and' ��2 -��1��ɾ�����������ͤ���(nil�ʳ�)�Ǥ���С���2��ɾ�����롥 +��1��ɾ�����������ͤ���(nil�ʳ�)�Ǥ���С���2��ɾ�����롥`and'��ͥ��� +�̤��㤤��̾�Ǥ��롥 ��1 '||' ��2 + ��1 'or ��2 -��1��ɾ�����������ͤ����Ǥ���С���2��ɾ�����롥 +��1��ɾ�����������ͤ����Ǥ���С���2��ɾ�����롥`or'��ͥ���̤��㤤�� +̾�Ǥ��롥 ��1 '...' ��2 @@ -2131,10 +2137,10 @@ Single Methods: *** Fixnum(���饹) -31bit�����Υ��饹��builtin class�Ǥ��롥���Υ��饹��pointer���¨�ͤ� -���뤿��call by value�ǸƤӽФ����������ħŪ�Ǥ���(¾�Υ��饹��call -by reference)���黻�η�̤�31bit��ۤ�����ˤϼ�ưŪ��Bignum(̵��¿ -��Ĺ����)�˳�ĥ����롥 +31bit(�ޥ����long��Ĺ��-1 bit)�����Υ��饹��builtin class�Ǥ��롥���� +���饹��pointer���¨�ͤǤ��뤿��call by value�ǸƤӽФ����������ħŪ +�Ǥ���(¾�Υ��饹��call by reference)���黻�η�̤�31bit��ۤ������ +�ϼ�ưŪ��Bignum(̵��¿��Ĺ����)�˳�ĥ����롥 ���ƥ졼��upto()��downto()��step()�Ϸ����֤��Τ�����Ѥ���졤���̤� Range���饹���Ѥ������®�Ǥ��롥 |