module Materialist
This class is here for backwards compatibility with pre 3.1 versions. It can be removed with the next major version (4.0)
Constants
- VERSION
Public Class Methods
configuration()
click to toggle source
# File lib/configuration.rb, line 5 def configuration @configuration ||= Configuration.new end
configure() { |configuration| ... }
click to toggle source
# File lib/configuration.rb, line 13 def configure yield(self.configuration) end
reset_configuration!()
click to toggle source
# File lib/configuration.rb, line 9 def reset_configuration! @configuration = Configuration.new end