module Litterbox

Top level module for Litterbox

Constants

LAST_BUILD

Constant to define the name of the last_build file

VERSION

Public Class Methods

last_build(path) click to toggle source
# File lib/litterbox.rb, line 101
def last_build(path)
  Litterbox::LastBuild.parse(path)
end