module RenderAsync
Constants
- VERSION
Attributes
configuration[RW]
Public Class Methods
configure() { |configuration| ... }
click to toggle source
# File lib/render_async.rb, line 21 def self.configure yield(configuration) end
reset()
click to toggle source
# File lib/render_async.rb, line 17 def self.reset @configuration = RenderAsync::Configuration.new end