module Render
Constants
- VERSION
Attributes
live[RW]
logger[RW]
threading[RW]
Public Class Methods
live?()
click to toggle source
# File lib/render.rb, line 25 def live? @live == true end
threading?()
click to toggle source
# File lib/render.rb, line 21 def threading? threading == true end