module YAKC
Attributes
configuration[W]
Public Class Methods
configuration()
click to toggle source
# File lib/yakc.rb, line 22 def self.configuration @configuration ||= YAKC::Configuration.new end
configure() { |configuration| ... }
click to toggle source
# File lib/yakc.rb, line 18 def self.configure yield configuration end