class Decorum::ChainStop

Public Instance Methods

method_missing(*args, &block) click to toggle source
# File lib/decorum/chain_stop.rb, line 3
def method_missing(*args, &block)
  throw :chain_stop, self
end