Method: Nitro::Compiler#shared

Defined in:
lib/nitro/compiler.rb

#sharedObject

The compiler stages (compilers) can create multiple variables or accumulation bufffers to communicate with each other. Typically javascript and css acc-buffers are used. This is the shared memory used by the compilers.



34
35
36
# File 'lib/nitro/compiler.rb', line 34

def shared
  @shared
end