module Genkan
Constants
- VERSION
Public Class Methods
config()
click to toggle source
# File lib/genkan.rb, line 9 def self.config @_config ||= Config.new end
configure() { |config| ... }
click to toggle source
# File lib/genkan.rb, line 5 def self.configure yield config end