module Notably
Constants
- VERSION
Public Instance Methods
config() { |config| ... }
click to toggle source
# File lib/notably.rb, line 9 def config @config ||= Configuration.new yield @config if block_given? @config end