Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 451 - 460 of 1,295 for host:docs.ruby-lang.org (0.07 sec)

  1. class ScriptError - Documentation for Ruby 4.0

    class ScriptError: ScriptError is the superclass for errors raised when a script can not be executed because of a +LoadError+, +NotImplementedError+ or a +SyntaxError+.
    docs.ruby-lang.org/en/master/ScriptError.html
    Registered: Fri Dec 12 05:56:00 UTC 2025
    - Last Modified: Mon Dec 08 13:20:21 UTC 2025
    - 126.5K bytes
    - Viewed (0)
  2. class StandardError - Documentation for Ruby 4.0

    class StandardError: The most standard error types are subclasses of StandardError. A rescue clause without an explicit Exception class will rescue all StandardErrors (and
    docs.ruby-lang.org/en/master/StandardError.html
    Registered: Fri Dec 12 06:06:16 UTC 2025
    - Last Modified: Mon Dec 08 13:20:21 UTC 2025
    - 126.9K bytes
    - Viewed (0)
  3. class SyntaxSuggest::MiniStringIO - Documentati...

    class SyntaxSuggest::MiniStringIO: Mini String IO [Private] Acts like a StringIO with reduced API, but without having to require that class. The original codebase emitted directly to $
    docs.ruby-lang.org/en/master/SyntaxSuggest/MiniStringIO.html
    Registered: Fri Dec 12 06:07:37 UTC 2025
    - Last Modified: Mon Dec 08 13:20:22 UTC 2025
    - 133.9K bytes
    - Viewed (0)
  4. class Socket::Ifaddr - Documentation for Ruby 4.0

    class Socket::Ifaddr: Ifaddr represents a result of getifaddrs() function.
    docs.ruby-lang.org/en/master/Socket/Ifaddr.html
    Registered: Fri Dec 12 06:05:58 UTC 2025
    - Last Modified: Mon Dec 08 13:20:22 UTC 2025
    - 139.4K bytes
    - Viewed (0)
  5. class Psych::JSON::TreeBuilder - Documentation ...

    class Psych::JSON::TreeBuilder: TreeBuilder is an event based AST builder. TreeBuilder and a JSON AST is constructed.
    docs.ruby-lang.org/en/master/Psych/JSON/TreeBuilder.html
    Registered: Fri Dec 12 05:48:12 UTC 2025
    - Last Modified: Mon Dec 08 13:20:22 UTC 2025
    - 131.6K bytes
    - Viewed (0)
  6. class RubyVM::AbstractSyntaxTree::Node - Docume...

    class RubyVM::AbstractSyntaxTree::Node: AbstractSyntaxTree. This class is MRI specific.
    docs.ruby-lang.org/en/master/RubyVM/AbstractSyntaxTree/Node.html
    Registered: Fri Dec 12 05:50:23 UTC 2025
    - Last Modified: Mon Dec 08 13:20:22 UTC 2025
    - 154.9K bytes
    - Viewed (0)
  7. class Psych::BadAlias - Documentation for Ruby 4.0

    Documentation for the Psych::BadAlias class
    docs.ruby-lang.org/en/master/Psych/BadAlias.html
    Registered: Fri Dec 12 05:51:29 UTC 2025
    - Last Modified: Mon Dec 08 13:20:22 UTC 2025
    - 127.4K bytes
    - Viewed (0)
  8. class Zlib::StreamEnd - Documentation for Ruby 4.0

    class Zlib::StreamEnd: Error When zlib returns a Z_STREAM_END is return if the end of the compressed data has been reached and all uncompressed out put has been produced.
    docs.ruby-lang.org/en/master/Zlib/StreamEnd.html
    Registered: Fri Dec 12 06:19:01 UTC 2025
    - Last Modified: Mon Dec 08 13:20:22 UTC 2025
    - 127.8K bytes
    - Viewed (0)
  9. class Zlib::Inflate - Documentation for Ruby 4.0

    class Zlib::Inflate: Inflate is the class for decompressing compressed data. Deflate, an instance of this class is not able to duplicate (clone, dup) itself.
    docs.ruby-lang.org/en/master/Zlib/Inflate.html
    Registered: Fri Dec 12 06:18:15 UTC 2025
    - Last Modified: Mon Dec 08 13:20:22 UTC 2025
    - 146.8K bytes
    - Viewed (0)
  10. class Zlib::NeedDict - Documentation for Ruby 4.0

    class Zlib::NeedDict: Error When zlib returns a Z_NEED_DICT if a preset dictionary is needed at this point. Inflate.
    docs.ruby-lang.org/en/master/Zlib/NeedDict.html
    Registered: Fri Dec 12 06:18:21 UTC 2025
    - Last Modified: Mon Dec 08 13:20:22 UTC 2025
    - 127.7K bytes
    - Viewed (0)
Back to top