Guest User

Untitled

a guest
May 22nd, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. --- /tmp/187.txt 2010-04-15 14:01:45.000000000 -0700
  2. +++ /tmp/192.txt 2010-04-15 14:01:33.000000000 -0700
  3. @@ -1,4 +1,7 @@
  4. -ruby 1.8.7 (2010-01-10 patchlevel 249) [i686-darwin9]
  5. +ruby 1.9.2dev (2010-04-02 trunk 27162) [i386-darwin9.8.0]
  6. +!
  7. +!=
  8. +!~
  9. <
  10. <=
  11. <=>
  12. @@ -8,9 +11,12 @@
  13. >
  14. >=
  15. Array
  16. +Complex
  17. Float
  18. Integer
  19. +Rational
  20. String
  21. +__callee__
  22. __id__
  23. __method__
  24. __send__
  25. @@ -22,17 +28,14 @@
  26. autoload?
  27. binding
  28. block_given?
  29. -callcc
  30. caller
  31. catch
  32. -chomp
  33. -chomp!
  34. -chop
  35. -chop!
  36. class
  37. class_eval
  38. class_exec
  39. class_variable_defined?
  40. +class_variable_get
  41. +class_variable_set
  42. class_variables
  43. clone
  44. const_defined?
  45. @@ -40,6 +43,7 @@
  46. const_missing
  47. const_set
  48. constants
  49. +define_singleton_method
  50. display
  51. dup
  52. enum_for
  53. @@ -55,15 +59,13 @@
  54. format
  55. freeze
  56. frozen?
  57. -getc
  58. gets
  59. global_variables
  60. -gsub
  61. -gsub!
  62. hash
  63. -id
  64. include?
  65. included_modules
  66. +initialize_clone
  67. +initialize_dup
  68. inspect
  69. instance_eval
  70. instance_exec
  71. @@ -83,7 +85,6 @@
  72. loop
  73. method
  74. method_defined?
  75. -method_missing
  76. methods
  77. module_eval
  78. module_exec
  79. @@ -103,28 +104,32 @@
  80. protected_method_defined?
  81. protected_methods
  82. public_class_method
  83. +public_instance_method
  84. public_instance_methods
  85. +public_method
  86. public_method_defined?
  87. public_methods
  88. +public_send
  89. putc
  90. puts
  91. raise
  92. rand
  93. readline
  94. readlines
  95. +remove_class_variable
  96. require
  97. +require_relative
  98. respond_to?
  99. -scan
  100. +respond_to_missing?
  101. select
  102. send
  103. set_trace_func
  104. +singleton_class
  105. singleton_methods
  106. sleep
  107. -split
  108. +spawn
  109. sprintf
  110. srand
  111. -sub
  112. -sub!
  113. syscall
  114. system
  115. taint
  116. @@ -132,12 +137,13 @@
  117. tap
  118. test
  119. throw
  120. -to_a
  121. to_enum
  122. to_s
  123. trace_var
  124. trap
  125. -type
  126. +trust
  127. untaint
  128. untrace_var
  129. +untrust
  130. +untrusted?
  131. warn
Add Comment
Please, Sign In to add comment