class Plumb::Schema

def after(callable = nil, &block)

def after(callable = nil, &block)
  @after >>= callable || block
  self
end