module RubyD2L

Public Class Methods

configure() { |self| ... } click to toggle source

Yields this module to a given block. Please refer to the RubyD2L::Config module for configuration options.

# File lib/ruby-d2l.rb, line 14
def self.configure
  yield self if block_given?
end