module Rager
typed: strict
typed: strict
typed: strict
Constants
- ConfigBlock
- VERSION
Public Class Methods
Source
# File lib/rager.rb 25 def self.configure(&block) 26 yield(config) 27 end
Source
# File lib/rager.rb 30 def self.reset_config! 31 @config = Config.new 32 end