module CtgbIdsConverter
Constants
- VERSION
Attributes
configuration[RW]
Public Class Methods
configure() { |configuration| ... }
click to toggle source
# File lib/ctgb-ids-converter/config.rb, line 17 def self.configure self.configuration ||= Config.new yield(configuration) if block_given? end