class BlackBook::MakesNotFound

Public Instance Methods

to_s() click to toggle source
# File lib/black_book/errors.rb, line 11
def to_s
  "makes not found"
end