class Toy::Unit::Error::CoordinateError

Public Instance Methods

message() click to toggle source
# File lib/toy/unit.rb, line 32
def message
  'Coordinates must be of type Fixnum!'
end