module TinyConveyor

main file for Tiny Conveyor gem

Constants

VERSION

Public Class Methods

new() click to toggle source

@return [Belt] newly created belt

# File lib/tiny_conveyor.rb, line 12
def new
  Belt.new
end