Extended maintenance of Ruby 1.9.3 ended on February 23, 2015. Read more

In Files

  • error.c

Parent

TypeError

Raised when encountering an object that is not of the expected type.

[1, 2, 3].first("two")

raises the exception:

TypeError: can't convert String into Integer