Module: Twords::ConfigAccessible

Included in:
Twords, FollowerBotCop, TwitterClient, WordMatcher
Defined in:
lib/twords/config_accessible.rb

Overview

include ConfigAccessable to access shared configuration settings

Class Method Summary collapse

Class Method Details

.configTwords::Configuration

Provides a private method to access the shared config when included in a Module or Class



11
12
13
# File 'lib/twords/config_accessible.rb', line 11

def config
  Twords.config
end