module FancyCount
Constants
- VERSION
Public Class Methods
config()
click to toggle source
# File lib/fancy_count.rb, line 25 def self.config @config ||= Configuration.new end
configure() { |config| ... }
click to toggle source
# File lib/fancy_count.rb, line 21 def self.configure yield config if block_given? end