module Shipmonk

Constants

VERSION

Public Class Methods

root() click to toggle source
# File lib/shipmonk.rb, line 5
def self.root
  @root ||= Pathname.new File.expand_path(Dir.pwd)
end