module TurboFlash
TODO: this is ugly af, but it works
Constants
- VERSION
Public Class Methods
config() { |configuration| ... }
click to toggle source
# File lib/turbo_flash.rb, line 15 def self.config yield configuration end
configuration()
click to toggle source
# File lib/turbo_flash.rb, line 11 def self.configuration @configuration ||= Configuration.new end