module CounterCulture

Constants

VERSION

Public Class Methods

config() { |self| ... } click to toggle source
# File lib/counter_culture.rb, line 13
def self.config
  yield(self) if block_given?
  self
end