class Tetromino::Exceptions::TooHeavyItem

Public Instance Methods

message() click to toggle source
# File lib/tetromino/exceptions.rb, line 6
def message
 'Item is too big to fit in the box'
end