module IntercomRails

Constants

SCRIPT_TAG_HELPER_CALLED_INSTANCE_VARIABLE
VERSION

Public Class Methods

config() { |Config| ... } click to toggle source
# File lib/intercom-rails.rb, line 17
def self.config
  block_given? ? yield(Config) : Config
end