module Eezee
Constants
- VERSION
Public Class Methods
configuration()
click to toggle source
# File lib/eezee.rb, line 18 def configuration @configuration ||= Configuration.new end
configure() { |configuration| ... }
click to toggle source
# File lib/eezee.rb, line 14 def configure yield(configuration) end