Harbor Documentation

Constants

  • VERSION

Public Class Methods

env_path()

      # File lib/harbor.rb, line 26
26:   def self.env_path
27:     @env_path ||= Pathname(__FILE__).dirname.parent + "env"
28:   end