module RichText

Constants

VERSION

Public Class Methods

config() click to toggle source
# File lib/rich-text.rb, line 2
def self.config
  @config ||= Config.new
end
configure() { |config| ... } click to toggle source
# File lib/rich-text.rb, line 6
def self.configure
  yield config
end