Libraries
»
formular
(0.2.0)
»
Index
»
Formular
»
Builder
»
#capture
Method: Formular::Builder#capture
Defined in:
lib/formular/builder.rb
#
capture
(*args) {|args| ... } ⇒
Object
Yields:
(
args
)
44 45 46
# File 'lib/formular/builder.rb', line 44
def
capture
(
*
args
)
yield
(
*
args
)
end