module Setsuzoku

Define base module for orchestrating configuration of classes

typed: strict

typed: ignore

typed: ignore

typed: ignore

typed: true

typed: true

typed: false

typed: false

typed: false

typed: false

typed: false

typed: ignore

typed: ignore

typed: ignore

typed: ignore

typed: ignore

typed: false

typed: strict

typed: strict

typed: strict

typed: ignore

typed: strong

Constants

VERSION

Public Class Methods

configure() { |self| ... } click to toggle source
# File lib/setsuzoku.rb, line 33
def self.configure
  yield(self)
end
external_api_handler() click to toggle source
# File lib/setsuzoku.rb, line 25
def self.external_api_handler
  @@external_api_handler
end
external_api_handler=(val) click to toggle source
# File lib/setsuzoku.rb, line 29
def self.external_api_handler=(val)
  @@external_api_handler = val
end