module NerdTown
Constants
- VERSION
Attributes
configuration[RW]
Public Class Methods
configure() { |configuration| ... }
click to toggle source
# File lib/nerd_town.rb, line 10 def self.configure self.configuration = Configuration.new yield(configuration) if block_given? end