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