Libraries
»
rakedotnet
(1.1.51)
»
Index
»
Top Level Namespace
Top Level Namespace
Defined Under Namespace
Modules:
BradyW
Instance Method Summary
collapse
#
with
(value) {|value| ... } ⇒ Object
Instance Method Details
#
with
(value) {|value| ... } ⇒
Object
Yields:
(
value
)
1 2 3
# File 'lib/tools.rb', line 1
def
with
(
value
)
yield
(
value
)
end