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