fix_shell_link_error.patch

sho-h (Sho Hashimoto), 11/23/2008 01:01 am

Download (4.2 kB)

refm/api/src/shell.rd (working copy)
910 910

  
911 911
@param file ファイル名を表す文字列か IO オブジェクトを指定します。
912 912

  
913
@see [[m:FileTest.blockdev?]]
913
@see [[m:FileTest.#blockdev?]]
914 914

  
915 915
--- chardev?(file)    -> bool
916 916
FileTestクラスにある同名のクラスメソッドと同じです.
917 917

  
918 918
@param file ファイル名を表す文字列か IO オブジェクトを指定します。
919 919

  
920
@see [[m:FileTest.chardev?]]
920
@see [[m:FileTest.#chardev?]]
921 921

  
922 922
--- directory?(file)    -> bool
923 923
FileTestクラスにある同名のクラスメソッドと同じです.
924 924

  
925 925
@param file ファイル名を表す文字列か IO オブジェクトを指定します。
926 926

  
927
@see [[m:FileTest.directory?]]
927
@see [[m:FileTest.#directory?]]
928 928

  
929 929
--- executable?(file)    -> bool
930 930
FileTestクラスにある同名のクラスメソッドと同じです.
931 931

  
932 932
@param file ファイル名を表す文字列を指定します。
933 933

  
934
@see [[m:FileTest.executable?]]
934
@see [[m:FileTest.#executable?]]
935 935

  
936 936
--- executable_real?(file)    -> bool
937 937
FileTestクラスにある同名のクラスメソッドと同じです.
938 938

  
939 939
@param file ファイル名を表す文字列を指定します。
940 940

  
941
@see [[m:FileTest.executable_real?]]
941
@see [[m:FileTest.#executable_real?]]
942 942

  
943 943
--- exist?(file) -> bool
944 944
--- exists?(file) -> bool
......
946 946

  
947 947
@param file ファイル名を表す文字列か IO オブジェクトを指定します。
948 948

  
949
@see [[m:FileTest.exist?]] [[m:FileTest.exists?]]
949
@see [[m:FileTest.#exist?]] [[m:FileTest.#exists?]]
950 950

  
951 951
--- file?(file)    -> bool
952 952
FileTestクラスにある同名のクラスメソッドと同じです.
953 953

  
954 954
@param file ファイル名を表す文字列か IO オブジェクトを指定します。
955 955

  
956
@see [[m:FileTest.file?]]
956
@see [[m:FileTest.#file?]]
957 957

  
958 958
--- grpowned?(file)    -> bool
959 959
FileTestクラスにある同名のクラスメソッドと同じです.
960 960

  
961 961
@param file ファイル名を表す文字列か IO オブジェクトを指定します。
962 962

  
963
@see [[m:FileTest.grpowned?]]
963
@see [[m:FileTest.#grpowned?]]
964 964

  
965 965
--- owned?(file)    -> bool
966 966
FileTestクラスにある同名のクラスメソッドと同じです.
967 967

  
968 968
@param file ファイル名を表す文字列か IO オブジェクトを指定します。
969 969

  
970
@see [[m:FileTest.owned?]]
970
@see [[m:FileTest.#owned?]]
971 971

  
972 972
--- pipe?(file)    -> bool
973 973
FileTestクラスにある同名のクラスメソッドと同じです.
974 974

  
975 975
@param file ファイル名を表す文字列か IO オブジェクトを指定します。
976 976

  
977
@see [[m:FileTest.pipe?]]
977
@see [[m:FileTest.#pipe?]]
978 978

  
979 979
--- readable?(file)    -> bool
980 980
FileTestクラスにある同名のクラスメソッドと同じです.
981 981

  
982 982
@param file ファイル名を表す文字列を指定します。
983 983

  
984
@see [[m:FileTest.readable?]]
984
@see [[m:FileTest.#readable?]]
985 985

  
986 986
--- readable_real?(file)    -> bool
987 987
FileTestクラスにある同名のクラスメソッドと同じです.
988 988

  
989 989
@param file ファイル名を表す文字列を指定します。
990 990

  
991
@see [[m:FileTest.readable_real?]]
991
@see [[m:FileTest.#readable_real?]]
992 992

  
993 993
--- setgid?(file)
994 994

  
......
999 999

  
1000 1000
@param file ファイル名を表す文字列を指定します。
1001 1001

  
1002
@see [[m:FileTest.setuid?]]
1002
@see [[m:FileTest.#setuid?]]
1003 1003

  
1004 1004
--- size(file) -> Integer
1005 1005
--- size?(file) -> Integer | nil
......
1008 1008

  
1009 1009
@param file ファイル名を表す文字列を指定します。
1010 1010

  
1011
@see [[m:FileTest.size]] [[m:FileTest.size?]]
1011
@see [[m:FileTest.#size]] [[m:FileTest.#size?]]
1012 1012

  
1013 1013
--- socket?(file) -> bool
1014 1014

  
......
1016 1016

  
1017 1017
@param file ファイル名を表す文字列を指定します。
1018 1018

  
1019
@see [[m:FileTest.socket?]]
1019
@see [[m:FileTest.#socket?]]
1020 1020

  
1021 1021

  
1022 1022
--- sticky?(file) -> bool
......
1024 1024

  
1025 1025
@param file ファイル名を表す文字列を指定します。
1026 1026

  
1027
@see [[m:FileTest.sticky?]]
1027
@see [[m:FileTest.#sticky?]]
1028 1028

  
1029 1029
--- symlink?(file)
1030 1030
FileTestクラスにある同名のクラスメソッドと同じです.
1031 1031

  
1032 1032
@param file ファイル名を表す文字列を指定します。
1033 1033

  
1034
@see [[m:FileTest.symlink?]]
1034
@see [[m:FileTest.#symlink?]]
1035 1035

  
1036 1036
--- writable?(file) -> bool
1037 1037
FileTestクラスにある同名のクラスメソッドと同じです.
1038 1038

  
1039 1039
@param file ファイル名を表す文字列を指定します。
1040 1040

  
1041
@see [[m:FileTest.writable?]]
1041
@see [[m:FileTest.#writable?]]
1042 1042

  
1043 1043
--- writable_real?(file) -> bool
1044 1044
FileTestクラスにある同名のクラスメソッドと同じです.
1045 1045

  
1046 1046
@param file ファイル名を表す文字列を指定します。
1047 1047

  
1048
@see [[m:FileTest.writable_real?]]
1048
@see [[m:FileTest.#writable_real?]]
1049 1049

  
1050 1050
--- zero?(file) -> bool
1051 1051
FileTestクラスにある同名のクラスメソッドと同じです.
1052 1052

  
1053 1053
@param file ファイル名を表す文字列を指定します。
1054 1054

  
1055
@see [[m:FileTest.zero?]]
1055
@see [[m:FileTest.#zero?]]
1056 1056

  
1057 1057
#@if (version < "1.9.0")
1058 1058
--- syscopy(from, to) -> bool