module Thymeleaf
Constants
- VERSION
Attributes
configuration[RW]
Public Class Methods
configure(&block)
click to toggle source
TODO: Replace accessor with getter/setter?
# File lib/thymeleaf/configuration.rb, line 15 def self.configure(&block) self.configuration ||= Configuration.new block.call configuration if block_given? end