约 44,400 个结果
在新选项卡中打开链接
  1. Ruby 3.4.5 Released

    2025年7月15日 · We intend to release the latest stable Ruby version (currently Ruby 3.4) every two months following the most recent release. Ruby 3.4.6 is scheduled for September, 3.4.7 …

  2. index - Documentation for Ruby 3.5

    Ruby Documentation Welcome to the official Ruby programming language documentation. Getting Started New to Ruby? Start with our Getting Started Guide. Core Classes and …

  3. class Regexp - Documentation for Ruby 3.5

    Identical regexp can or cannot run in linear time depending on your ruby binary. Neither forward nor backward compatibility is guaranteed about the return value of this method.

  4. Documentation for Ruby 3.3

    Ruby is an interpreted object-oriented programming language often used for web development. It also offers many scripting features to process plain text and serialized files, or manage system …

  5. module YAML - Documentation for Ruby 3.5

    Syck was the original YAML implementation in Ruby’s standard library developed by why the lucky stiff. You can still use Syck, if you prefer, for parsing and emitting YAML, but you must …

  6. Libraries - Ruby Programming Language

    As with most programming languages, Ruby leverages a wide set of third-party libraries. Nearly all of these libraries are released in the form of a gem, a packaged library or application that can …

  7. strftime_formatting - Documentation for Ruby 3.5

    Formats for Dates and Times Several Ruby time-related classes have instance method strftime, which returns a formatted string representing all or part of a date or time: Date#strftime. …

  8. module Math - Documentation for Ruby 3.5

    See class Float for the constants that affect Ruby’s floating-point arithmetic. What’s Here Trigonometric Functions ::cos: Returns the cosine of the given argument. ::sin: Returns the …

  9. encodings - Documentation for Ruby 3.5

    A number of methods in the Ruby core accept keyword arguments as encoding options. Some of the options specify or utilize a replacement string, to be used in certain transcoding operations.

  10. class Struct - Documentation for Ruby 3.5

    class Struct: Class \Struct provides a convenient way to create a simple class that can store and fetch values. tt>; the first argument, a string, is the name of th