module TheNotification
Public Class Methods
config()
click to toggle source
# File lib/the_notification/config.rb, line 6 def self.config @config end
configure() { |config ||= configuration| ... }
click to toggle source
# File lib/the_notification/config.rb, line 2 def self.configure(&block) yield @config ||= TheNotification::Configuration.new end