io.noecho {|io| } Instance Public methods Yields self with disabling echo back. STDIN.noecho(&:gets) will read and return a line without echo back. You must require 'io/console' to use this method.
find_modifiers(comment, meth_obj) Instance Public methods Handles modifiers in comment and updates meth_obj as appropriate.
basicsocket.close_read => nil Instance Public methods Disallows further read using shutdown system call. s1, s2 = UNIXSocket.pair s1.close_read s2.puts #=> Broken pipe (Errno::EPIPE)
prerelease?() Instance Public methods A requirement is a prerelease if any of the versions inside of it are prereleases
to_json(*) Instance Public methods
to_eval() Class Public methods
new(env = {}) Class Public methods
safe_level() Class Public methods
xscrollcommand(cmd=Proc.new) Instance Public methods
do_define_module_under() Instance Public methods Scans content for rb_define_module_under
Page 347 of 2275