class Toy::UnitCollection::Error::UnitError

Public Instance Methods

message() click to toggle source
# File lib/toy/unit_collection.rb, line 50
def message
  'Argument must be of type Unit!'
end