module Minireq::Site

Constants

VERSION

Public Class Methods

root() click to toggle source
# File lib/minireq/site.rb, line 6
def self.root
  File.expand_path '../', File.dirname(__dir__)
end