module Calligraphy

Constants

DAV_NOT_NO_LOCK_REGEX
DAV_NO_LOCK_REGEX
DAV_NS

Constants used throughout Calligraphy.

ETAG_IF_REGEX
INFINITY
LOCK_TOKEN_ANGLE_REGEX
LOCK_TOKEN_REGEX
RESOURCE_REGEX
TAGGED_LIST_REGEX
UNTAGGAGED_LIST_REGEX
VERSION

Public Class Methods

configure() { |self| ... } click to toggle source

Default way to set up Calligraphy. Run `rails generate calligraphy:install` to generate a fresh initializer with all configuration values.

# File lib/calligraphy.rb, line 81
def self.configure
  yield self
end