module Minireq

TODO redesign: move project structure related code to new module

encoding: UTF-8

Constants

MinireqError
VERSION

Public Class Methods

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