Created
April 1, 2013 03:48
-
-
Save cho45/5283158 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Numeric#nonzero? -> self | nil | |
File::Stat#size? -> Integer | nil | |
Float#infinite? -> 1 | -1 | nil | |
File::Stat#world_readable? -> Fixnum | nil | |
File::Stat#world_writable? -> Fixnum | nil | |
Encoding.compatible?(obj1, obj2) -> Encoding | nil | |
File.world_readable?(path) -> Integer | nil | |
File.world_writable?(path) -> bool # リファレンスで見出しは bool となっているけど説明では Integer | nil | |
FileTest.#world_readable?(path) -> Integer | nil | |
FileTest.#world_writable?(path) -> bool # リファレンスで見出しは bool となっているけど説明では Integer | nil | |
Kernel.#autoload?(const_name) -> String | nil | |
Module#autoload?(const_name) -> String | nil |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment