module Aruba

def configure(&block)

Other tags:
    Example: How to configure aruba -
def configure(&block)
  @config.configure(&block)
  self
end