class Soda::Processor::StubReloader
To support Rails
reloading from the CLI
context, the following code find the Rails
reloader or stubs a no-op one.
Public Instance Methods
wrap() { || ... }
click to toggle source
# File lib/soda/processor.rb, line 112 def wrap; yield; end