[ create a new paste ] login | about

Link: http://codepad.org/v5ro1Lsn    [ raw code | output | fork ]

Ruby, pasted on Nov 22:
1
2
3
4
5
puts (
  Float.instance_methods - 
  Object.instance_methods - 
  Numeric.instance_methods
).count


Output:
1
Line 4: undefined method `count' for #<Array:0xf7580564> (NoMethodError)


Create a new paste based on this one


Comments: