Libraries
»
avrodrome
(0.1.1)
»
Index
»
Avrodrome
»
configure
Method: Avrodrome.configure
Defined in:
lib/avrodrome.rb
.
configure
{|config| ... } ⇒
Object
Yields:
(
config
)
29 30 31
# File 'lib/avrodrome.rb', line 29
def
configure
(
&
block
)
yield
(
config
)
end