PageRenderTime 51ms CodeModel.GetById 22ms RepoModel.GetById 1ms app.codeStats 0ms

/tools/jruby-1.5.5/share/ri/1.8/system/Kernel/cdesc-Kernel.yaml

https://github.com/ThoughtWorksStudios/mingle_hg_plugin
YAML | 168 lines | 164 code | 4 blank | 0 comment | 0 complexity | 930c38bf475982d5f05788e84023ab29 MD5 | raw file
Possible License(s): Apache-2.0, GPL-3.0, JSON
  1. --- !ruby/object:RI::ClassDescription
  2. attributes: []
  3. class_methods: []
  4. comment:
  5. - !ruby/struct:SM::Flow::P
  6. body: <tt>Object</tt> is the parent class of all classes in Ruby. Its methods are therefore available to all objects unless explicitly overridden.
  7. - !ruby/struct:SM::Flow::P
  8. body: <tt>Object</tt> mixes in the <tt>Kernel</tt> module, making the built-in kernel functions globally accessible. Although the instance methods of <tt>Object</tt> are defined by the <tt>Kernel</tt> module, we have chosen to document them here for clarity.
  9. - !ruby/struct:SM::Flow::P
  10. body: In the descriptions of Object's methods, the parameter <em>symbol</em> refers to a symbol, which is either a quoted string or a <tt>Symbol</tt> (such as <tt>:name</tt>).
  11. constants: []
  12. full_name: Kernel
  13. includes: []
  14. instance_methods:
  15. - !ruby/object:RI::MethodSummary
  16. name: Array
  17. - !ruby/object:RI::MethodSummary
  18. name: Float
  19. - !ruby/object:RI::MethodSummary
  20. name: Integer
  21. - !ruby/object:RI::MethodSummary
  22. name: Pathname
  23. - !ruby/object:RI::MethodSummary
  24. name: String
  25. - !ruby/object:RI::MethodSummary
  26. name: URI
  27. - !ruby/object:RI::MethodSummary
  28. name: `
  29. - !ruby/object:RI::MethodSummary
  30. name: abort
  31. - !ruby/object:RI::MethodSummary
  32. name: at_exit
  33. - !ruby/object:RI::MethodSummary
  34. name: autoload
  35. - !ruby/object:RI::MethodSummary
  36. name: autoload?
  37. - !ruby/object:RI::MethodSummary
  38. name: binding
  39. - !ruby/object:RI::MethodSummary
  40. name: block_given?
  41. - !ruby/object:RI::MethodSummary
  42. name: callcc
  43. - !ruby/object:RI::MethodSummary
  44. name: caller
  45. - !ruby/object:RI::MethodSummary
  46. name: catch
  47. - !ruby/object:RI::MethodSummary
  48. name: chomp
  49. - !ruby/object:RI::MethodSummary
  50. name: chomp!
  51. - !ruby/object:RI::MethodSummary
  52. name: chop
  53. - !ruby/object:RI::MethodSummary
  54. name: chop!
  55. - !ruby/object:RI::MethodSummary
  56. name: eval
  57. - !ruby/object:RI::MethodSummary
  58. name: exec
  59. - !ruby/object:RI::MethodSummary
  60. name: exit
  61. - !ruby/object:RI::MethodSummary
  62. name: exit!
  63. - !ruby/object:RI::MethodSummary
  64. name: fail
  65. - !ruby/object:RI::MethodSummary
  66. name: fork
  67. - !ruby/object:RI::MethodSummary
  68. name: format
  69. - !ruby/object:RI::MethodSummary
  70. name: getc
  71. - !ruby/object:RI::MethodSummary
  72. name: gets
  73. - !ruby/object:RI::MethodSummary
  74. name: global_variables
  75. - !ruby/object:RI::MethodSummary
  76. name: gsub
  77. - !ruby/object:RI::MethodSummary
  78. name: gsub!
  79. - !ruby/object:RI::MethodSummary
  80. name: iterator?
  81. - !ruby/object:RI::MethodSummary
  82. name: lambda
  83. - !ruby/object:RI::MethodSummary
  84. name: load
  85. - !ruby/object:RI::MethodSummary
  86. name: local_variables
  87. - !ruby/object:RI::MethodSummary
  88. name: loop
  89. - !ruby/object:RI::MethodSummary
  90. name: method_missing
  91. - !ruby/object:RI::MethodSummary
  92. name: open
  93. - !ruby/object:RI::MethodSummary
  94. name: open
  95. - !ruby/object:RI::MethodSummary
  96. name: open_uri_original_open
  97. - !ruby/object:RI::MethodSummary
  98. name: p
  99. - !ruby/object:RI::MethodSummary
  100. name: pp
  101. - !ruby/object:RI::MethodSummary
  102. name: pretty_inspect
  103. - !ruby/object:RI::MethodSummary
  104. name: print
  105. - !ruby/object:RI::MethodSummary
  106. name: printf
  107. - !ruby/object:RI::MethodSummary
  108. name: proc
  109. - !ruby/object:RI::MethodSummary
  110. name: putc
  111. - !ruby/object:RI::MethodSummary
  112. name: puts
  113. - !ruby/object:RI::MethodSummary
  114. name: raise
  115. - !ruby/object:RI::MethodSummary
  116. name: rand
  117. - !ruby/object:RI::MethodSummary
  118. name: readline
  119. - !ruby/object:RI::MethodSummary
  120. name: readlines
  121. - !ruby/object:RI::MethodSummary
  122. name: require
  123. - !ruby/object:RI::MethodSummary
  124. name: scan
  125. - !ruby/object:RI::MethodSummary
  126. name: scanf
  127. - !ruby/object:RI::MethodSummary
  128. name: select
  129. - !ruby/object:RI::MethodSummary
  130. name: set_trace_func
  131. - !ruby/object:RI::MethodSummary
  132. name: sleep
  133. - !ruby/object:RI::MethodSummary
  134. name: split
  135. - !ruby/object:RI::MethodSummary
  136. name: sprintf
  137. - !ruby/object:RI::MethodSummary
  138. name: srand
  139. - !ruby/object:RI::MethodSummary
  140. name: sub
  141. - !ruby/object:RI::MethodSummary
  142. name: sub!
  143. - !ruby/object:RI::MethodSummary
  144. name: syscall
  145. - !ruby/object:RI::MethodSummary
  146. name: system
  147. - !ruby/object:RI::MethodSummary
  148. name: test
  149. - !ruby/object:RI::MethodSummary
  150. name: throw
  151. - !ruby/object:RI::MethodSummary
  152. name: trace_var
  153. - !ruby/object:RI::MethodSummary
  154. name: trap
  155. - !ruby/object:RI::MethodSummary
  156. name: untrace_var
  157. - !ruby/object:RI::MethodSummary
  158. name: warn
  159. - !ruby/object:RI::MethodSummary
  160. name: warn
  161. - !ruby/object:RI::MethodSummary
  162. name: y
  163. name: Kernel
  164. superclass: