module Keypic
Constants
- VERSION
Public Class Methods
configuration()
click to toggle source
# File lib/keypic.rb, line 9 def self.configuration @configuration ||= Keypic::Config.new end
configure() { |configuration| ... }
click to toggle source
# File lib/keypic.rb, line 13 def self.configure block_given? ? yield(configuration) : configuration end