class Tetromino::Exceptions::NothingToPack

Public Instance Methods

message() click to toggle source
# File lib/tetromino/exceptions.rb, line 18
def message
 'There are no items to pack'
end