module ActionMessenger

Constants

VERSION

Public Class Methods

config() click to toggle source
# File lib/action_messenger/config.rb, line 8
def config
  @config ||= ActionMessenger::Config.new
end
configure() { |config| ... } click to toggle source
# File lib/action_messenger/config.rb, line 4
def configure
  yield config
end