Method: Velocity::Instance::Dictionary#stop

Defined in:
lib/acceleration/velocity.rb

#stop(_args = {}) ⇒ Object

Stop the dictionary build process

Can optionally pass :kill boolean if it should be killed immediately



1133
1134
1135
# File 'lib/acceleration/velocity.rb', line 1133

def stop(_args = {})
  act __method__, {}
end