144 145 146 147 148 149 150
# File 'lib/open-ship/sortr.rb', line 144 def get_carton cart = OpenShip::Carton.new cart.width = 20 cart.height = 20 cart.length = 10 cart end