Should be mixed into modules/classes that need access to the current website object.
Return the current website object or nil.
[Source]
# File lib/webgen/websiteaccess.rb, line 24 24: def website 25: Thread.current[:webgen_website] 26: end
[Validate]