最終更新:2013-10-31 (木) 09:21:37 (3824d)  

Ruby/クラスライブラリ
Top / Ruby / クラスライブラリ

Ruby/組み込み関数?

Ruby/組み込み変数

Ruby/組み込み定数?

Ruby/組み込みクラス?

  • Object
    • Array
      • Values? (ruby 1.9 feature)
    • Binding?
    • Continuation?
    • Data?
    • Exception?(例外クラス参照)
    • Dir
    • FalseClass?
    • File::Stat?
    • Hash
    • IO
    • MatchData?
    • Method?
      • (UnboundMethod?) (ruby 1.7 feature version 1.6以前の位置)
    • Module?
      • Class?
    • Numeric
      • Integer?
      • Bignum?
      • Fixnum?
      • Float?
    • Proc?
    • Process::Status? (ruby 1.7 feature)
    • Range?
    • Regexp?
    • String
    • Struct?
    • Symbol
    • Thread?
    • ThreadGroup?
    • Time?
    • TrueClass?
    • UnboundMethod?(ruby 1.7 feature)
    • NilClass?

Ruby/組み込みモジュール?

  • Comparable?
  • Enumerable?
  • Errno?
  • File::Constants?
  • FileTest?
  • GC?
  • Kernel
  • Marshal?
  • Math?
  • ObjectSpace?
  • Precision?
  • Process?
  • Process::GID? (ruby 1.8 feature)
  • Process::Sys? (ruby 1.8 feature)
  • Process::UID? (ruby 1.8 feature)
  • Signal? (ruby 1.7 feature)

Ruby/例外クラス?

Object/Exception の詳細

  • (Interrupt) (ruby 1.7 feature version 1.6以前の位置)
  • NoMemoryError?
  • ScriptError?
    • LoadError?
    • (NameError?) (ruby 1.7 feature version 1.6以前の位置)
    • NotImplementedError?
    • SyntaxError?
  • SignalException?
    • Interrupt (ruby 1.7 feature)
  • StandardError?
    • ArgumentError?
    • IndexError?
      • KeyError? (ruby 1.9 feature)
    • IOError
      • EOFError
    • LocalJumpError?
    • NameError? (ruby 1.7 feature)
      • NoMethodError? (ruby 1.7 feature)
    • RangeError?
      • FloatDomainError?
    • RegexpError?
    • RuntimeError?
    • SecurityError?
    • SystemCallError?
    • Errno::EXXX
    • SystemStackError?
    • ThreadError?
    • TypeError?
    • ZeroDivisionError?
  • SystemExit?
  • fatal

可視化

参考