module SeaFood

def configure

Yields SeaFood::Configuration instance.
def configure
  yield configuration if block_given?
end