module Twords::ConfigAccessible

include ConfigAccessable to access shared configuration settings

Public Instance Methods

config() click to toggle source

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

@return [Twords::Configuration]

# File lib/twords/config_accessible.rb, line 11
def config
  Twords.config
end