module Protoboard
This module is the entry to get or set the configuration needed by the gem.
Constants
- VERSION
Public Class Methods
config()
click to toggle source
Returns the current configuration
# File lib/protoboard.rb, line 23 def self.config Protoboard::Configuration end
configure(&block)
click to toggle source
Does the configuration needed by the gem
# File lib/protoboard.rb, line 29 def self.configure(&block) config.configure(&block) end