Sha256: 24a8d1a474af2760253433237075c4116da211c4c0c254cd3c393966a117b136
Contents?: true
Size: 405 Bytes
Versions: 3
Compression:
Stored size: 405 Bytes
Contents
require "espresso_path/version" require 'espresso_path/configuration' require 'httparty' require 'json' require 'espresso_path/client' module EspressoPath class << self attr_accessor :configuration end def self.configuration @configuration ||= Configuration.new end def self.reset @configuration = Configuration.new end def self.configure yield(configuration) end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
espresso_path-0.1.7 | lib/espresso_path.rb |
espresso_path-0.1.6 | lib/espresso_path.rb |
espresso_path-0.1.5 | lib/espresso_path.rb |