module Pizzabot

Constants

VERSION

Public Class Methods

go(command) click to toggle source
# File lib/pizzabot.rb, line 6
def self.go(command)
  Delivery.new(command)
end