Method: Volt.server?

Defined in:
lib/volt.rb

.server?Boolean

Returns:



33
34
35
# File 'lib/volt.rb', line 33

def server?
  !!ENV['SERVER']
end