module Upframework
Constants
- VERSION
Public Class Methods
configuration()
click to toggle source
# File lib/upframework.rb, line 4 def self.configuration @configuration ||= {} end
configure() { |configuration| ... }
click to toggle source
# File lib/upframework.rb, line 8 def self.configure yield(configuration) end