Class: Soda::Processor::StubReloader

Inherits:
Object
  • Object
show all
Defined in:
lib/soda/processor.rb

Overview

To support Rails reloading from the CLI context, the following code find the Rails reloader or stubs a no-op one.

Instance Method Summary collapse

Instance Method Details

#wrapObject



112
# File 'lib/soda/processor.rb', line 112

def wrap; yield; end