module Hithorizons
Constants
- VERSION
Public Class Methods
config()
click to toggle source
# File lib/hithorizons.rb, line 17 def self.config @configuration end
configure() { |configuration| ... }
click to toggle source
# File lib/hithorizons.rb, line 21 def self.configure yield(@configuration) end