Method: Dispatcher#dispatch

Defined in:
lib/bakery/detail/dispatcher.rb

#dispatch(&block) ⇒ Object



25
26
27
28
29
# File 'lib/bakery/detail/dispatcher.rb', line 25

def dispatch &block
  if block
    self.instance_eval &block
  end
end