module Avv2word
Constants
- VERSION
Public Class Methods
configuration()
click to toggle source
# File lib/avv2word.rb, line 13 def configuration @configuration ||= Configuration.new end
Also aliased as: config
configure() { |configuration| ... }
click to toggle source
# File lib/avv2word.rb, line 9 def configure yield configuration end