module ITGlue
Constants
- VERSION
Attributes
config[W]
Public Class Methods
config()
click to toggle source
# File lib/itglue.rb, line 7 def config @config ||= Config.new end
configure() { |config| ... }
click to toggle source
# File lib/itglue.rb, line 11 def configure yield(config) config end